Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the10thwiz/cryptopals
https://github.com/the10thwiz/cryptopals
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/the10thwiz/cryptopals
- Owner: the10thWiz
- Created: 2019-09-19T19:58:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T17:04:50.000Z (12 months ago)
- Last Synced: 2024-11-18T07:44:33.353Z (2 months ago)
- Language: Rust
- Size: 199 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptopal soutions
This is my repository of solutions to the Cryptopals challenge set.
See [https://cryptopals.com/](https://cryptopals.com/) for more
information.## Structure
- All code is contained in the src directory
- data_\* are arbitrary data files for reading
- src/main.rs has each solution, src/lib.rs contains all the custom
libraries used by the code.