https://github.com/alxiong/cryptopal
Cryptopal solution in Rust (https://cryptopals.com/)
https://github.com/alxiong/cryptopal
cryptopals rust
Last synced: about 1 year ago
JSON representation
Cryptopal solution in Rust (https://cryptopals.com/)
- Host: GitHub
- URL: https://github.com/alxiong/cryptopal
- Owner: alxiong
- Created: 2019-12-13T12:25:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T15:23:20.000Z (over 3 years ago)
- Last Synced: 2025-03-14T00:05:22.596Z (over 1 year ago)
- Topics: cryptopals, rust
- Language: Rust
- Homepage:
- Size: 369 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptopals Solution in Rust
🔨 WORK IN PROGRESS
🤔 View the cryptopal challenge [here](https://cryptopals.com/).
💡 To see certain solution, run the following in this project root:
```
# replace 1 with any number
cargo run --bin chal1
```
❓ If you have a better solution, or wants clarification/comment of my code, I'd
be grateful if you open an issue