Working through the cryptopals.com exercises in Rust.
Find a file
Eryn Wells 9abe0827bb Redo the base64 encoder in a cleaner way
Use the new hex_encoder/decoder methods to create byte arrays and then encode
those arrays into base64.
2018-03-31 08:28:47 -07:00
src Redo the base64 encoder in a cleaner way 2018-03-31 08:28:47 -07:00
.gitignore Initial commit 2018-03-25 12:49:13 -04:00
Cargo.toml Add Cargo.toml 2018-03-25 12:49:49 -04:00