- Apr 29, 2018
-
-
Jeremy Reed authored
-
Jeremy Reed authored
Remove leftover debug println!() statements from decode_with_alphabet().
-
- Sep 26, 2017
-
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
Moved into encode_with_alphabet()
-
Jeremy Reed authored
One happy test case only for now.
-
- Sep 25, 2017
-
-
Jeremy Reed authored
Label functions with test status.
-
Jeremy Reed authored
Fix documentation link.
-
Jeremy Reed authored
Add pad char to the input alphabet. Extract pad char from alphabet. Remove pad char from alphabet. Don't need pad char in encode lookup, but do need it in the decode lookup. Write tests for new pad char related helper functions.
-
Jeremy Reed authored
-
Jeremy Reed authored
-
- Sep 24, 2017
-
-
Jeremy Reed authored
Document encode_with_alphabet and decode_with_alphabet. Add a list of links for navigation. Add a notes section.
-
Jeremy Reed authored
Move code from encode() to encode_with_alphabet() Move code from decode() to decode_with_alphabet() Refactor encode()/decode() to call the *_with_alphabet functions with the "standard alphabet". Add tests for the *_with_alphabet functions. Leave encode()/decode() tests alone to ensure that backward compatiblity isn't broken.
-
Jeremy Reed authored
Names should be clearer.
-
Jeremy Reed authored
- encode_with_alpha(...) - decode_with_alpha(...)
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
Change name of input to encode() to something better... Added better doc comments.
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
Add extra metadata to prepare for release.
-
- Sep 23, 2017
-
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
-
Jeremy Reed authored
Fixed one test vector.
-
- Sep 22, 2017
-
-
Jeremy Reed authored
Need more test cases though.
-
Jeremy Reed authored
We're returning vectors, not arrays... duh.
-