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...

June 9, 2024 · 9 min · John Emerson Requizo