Cryptopals Set-1 Convert Hex to Base64
Introduction I’ve been learning Rust with the aid of ‘The Rust Book’, and Rustlings. It’s also a good idea to suplement learning by taking on small exercises and projects, so I thought it’d be fun to tackle Cryptopals. Disclaimer: I am no expert in Rust and this will reflect in my code. I’m happy to receive feedback 😄 Starting Out The first Cryptopal challenge is to convert the hex string "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d" into the base64 encoded string ...