commit | 0bc0bccba9c26181104e6c8db849ff5b2b092a94 | [log] [tgz] |
---|---|---|
author | Joseph Bonneau <jcb@google.com> | Fri Mar 22 14:59:59 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Fri Mar 22 14:59:59 2013 -0400 |
tree | a56332028e313f79171ce4af13cd0d51c93a29d3 | |
parent | dc703e91d7bf2ed50e4e847371f53a4c0a83693c [diff] |
go.crypto/sha3: new package Added a pure Go implementation of SHA3 (Keccak) which implements the hash.Hash interface. A test file is included with performance benchmarks and standard test vectors. R=agl, nigeltao CC=golang-dev https://golang.org/cl/7760044