Go's cryptographic hash benchmarks
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-08-11 16:48:28 +02:00
main.go SHA256 vs SHAKE256 2015-08-11 16:48:28 +02:00
README.md Create README.md 2014-10-18 15:11:37 +01:00

gohashcompare

A cryptographic hash benchmark

Instructions how to run it (requires go runtime):

mkdir -p /tmp/src/github.com/AudriusButkevicius/gohashcompare
cd /tmp/src/github.com/AudriusButkevicius/gohashcompare
curl -L -O https://github.com/AudriusButkevicius/gohashcompare/archive/master.tar.gz
tar -zxvf master.tar.gz --strip-components=1
export GOPATH=/tmp
go run main.go

Post results on: https://pulse-forum.ind.ie/t/looking-for-benchmarking-volunteers