/go_crypto_pals

solutions to the cryptopals challenge in go

Primary LanguageGo

go_crypto_pals

solutions to the cryptopals challenges in go

Run all test files with go test from the pkg/sets directory:

$ go test
PASS
ok  	github.com/nadavoosh/go_crypto_pals/pkg/sets	2.016s