Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

🔒 Personal take on the cryptopals crypto challenges, in Go

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.