Skip to content

A partial solution set for the cryptopals / matasano challenges in Rust

License

Notifications You must be signed in to change notification settings

mishazharov/cryptopals_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptopals solutions in rust

This repository contains my current solutions for the cryptopals problem set (https://cryptopals.com/).

Dependencies

Tested with rustc --version:

rustc 1.45.0 (5c1f21c3b 2020-07-13)

Other dependencies are listed in Cargo.toml

Running

All of the solutions have tests associated with them which can be compiled and executed with cargo test.

Project layout

The project structure follows the cryptopals convention of splitting challenges into sets. Folders representing sets can be found under the src folder. Individual challenges are under src/sX/cY.rs where X is a valid set number, and Y is a valid challenge number.

About

A partial solution set for the cryptopals / matasano challenges in Rust

Resources

License

Stars

Watchers

Forks