Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 203 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 203 Bytes

Cryptgopals

I'm working through cryptopals in Go.

Run tests with make test, or with make testv to see individual tests. See coverage in your browser with make cover.