/ryo_crypto

Rolling my own crypto as an exercise in learning Rust + Cryptography. Based on Cryptopals challenges

Primary LanguageRust

ryo_crypto

This library is a 'roll-your-own' crypto implementation, based on the cryptopals challenge sets. Both the Rust code and the crypto code are likely questionable.