Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowlicks/matasano
Solutions to the Matasano crypto challenges from cryptopals.com
https://github.com/cowlicks/matasano
Last synced: 15 days ago
JSON representation
Solutions to the Matasano crypto challenges from cryptopals.com
- Host: GitHub
- URL: https://github.com/cowlicks/matasano
- Owner: cowlicks
- Created: 2016-05-03T15:42:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T04:37:22.000Z (about 8 years ago)
- Last Synced: 2024-11-07T03:45:59.843Z (2 months ago)
- Language: Go
- Size: 243 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go solutions
Solutions in to the Matasano crypto challenges from [cryptopals.com](http://cryptopals.com/).I usually do each challenge in its own directory, then refactor several directories into more reusable code later.