TimelyToga / cryptopals-golang

Doing Cryptopals in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptopals Golang

If you don't know what Cryptopals is, please check it out!

These are my solutions implemented in golang.

WIP

I am currently working on this whenever I have free time. I am currently up to:

Set 2, Problem 10

Run instructions

I implemented the problems as golang tests:

go test -v ./...

About

Doing Cryptopals in Golang


Languages

Language:Go 100.0%