Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 401 Bytes

Cryptopals

Solutions to the Matasano Crypto Challenges in Go.

The helpers used in the challenges are implemented as a package and the challenges themselves as tests.

Usage

go get github.com/gguillemas/cryptopals
cd $GOPATH/src/github.com/gguillemas/cryptopals
go test -v

Sets

  • Set 1
  • Set 2
  • Set 3
  • Set 4
  • Set 5
  • Set 6
  • Set 7
  • Set 8