https://github.com/federicoponzi/cryptopals
My solutions to cryptopals challanges
https://github.com/federicoponzi/cryptopals
Last synced: over 1 year ago
JSON representation
My solutions to cryptopals challanges
- Host: GitHub
- URL: https://github.com/federicoponzi/cryptopals
- Owner: FedericoPonzi
- Created: 2020-04-17T12:54:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T20:37:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T13:12:08.092Z (over 1 year ago)
- Language: Rust
- Size: 257 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptopals
This repo contains my solutions to [cryptopals challenge](https://cryptopals.com/).
Rather than relying on pre-existing crypto algorithms, I chose to implement them myself in the crypto crate.