Skip to content

Cryptopals.com challenges in Rust (while learning Rust)

Notifications You must be signed in to change notification settings

sapessi/cryptopals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptopals in Rust

Challenges from CryptoPals in Rust. I'm slowly going through all the exercises and learning Rust at the same time. I'll publish code here as I go along and clean it up. My objective is to complete all the challenges without relying on external crates.

$ git clone https://github.com/SAPessi/cryptopals.git
$ cd cryptopals
$ cargo run

# you can also run the challenges as tests with
$ cargo test

About

Cryptopals.com challenges in Rust (while learning Rust)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages