Thanks to visit codestin.com
Credit goes to github.com

Skip to content

greg-szabo/cryptopals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptopals challenges library in Rust

Please see the cryptopals crypto challenges for details.

Currently the first set of challenges are implemented.

How to check the challenges

Check out the src/challenges.rs file for solutions to the challenges. The test assertions usually don't use the full solution so there is some magic left for you to discover.

cargo test

How to use the library

There is a small example program that uses cryptopals as a library in src/main.rs.

cargo run

About

https://cryptopals.com challenges in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages