Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acifani/cryptopals-challenges
🔒 Personal take on the cryptopals crypto challenges, in Go
https://github.com/acifani/cryptopals-challenges
cryptography cryptopals-challenges go golang
Last synced: about 1 month ago
JSON representation
🔒 Personal take on the cryptopals crypto challenges, in Go
- Host: GitHub
- URL: https://github.com/acifani/cryptopals-challenges
- Owner: acifani
- License: mit
- Created: 2019-01-22T20:16:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T10:59:20.000Z (over 4 years ago)
- Last Synced: 2024-09-30T12:05:10.494Z (about 2 months ago)
- Topics: cryptography, cryptopals-challenges, go, golang
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptopals-challenges [![Build Status](https://travis-ci.com/acifani/cryptopals-challenges.svg?branch=master)](https://travis-ci.com/acifani/cryptopals-challenges)
Personal take on the [cryptopals crypto challenges](https://cryptopals.com)
Used as a learning opportunity for both Go and Cryptography in general.
Keep in mind that most of these challenges are coded with a happy path scenario in mind.
There is very little error handling and most of the code is designed around the conditions
and the input provided by the challenges. This helps to keep the code concise and readable.