Skip to content

santiellena/cryptopals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptopals in Rust lang

This are my solutions to the the cryptopals crypto challenges.

Take into account that all the solutions are written in pure Rust, and this is my (almost) first time coding in this lang. If you feel that my solutions are not optimized or have errors, feel free to send a pull request or open an issue. I'll be more than glad to receive them 😃.

Setup

As this whole set of solutions is written in Rust, you will need to have Rust installed.

To install rustup the command needed to install the whole Rust suit, run:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Then just run:

rustup

How to Run

I've tried to keep this part as simple as possible, so in the /src/main.rs file, all the challenges are reproduced.

Just run:

 cargo run

And you will see all the logs from the programs!!

Notes

Most of the notes and documentation are present in the code.

About

My solutions to Cryptopals challenges (http://cryptopals.com/) written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages