crypto/sha3
Glenn Brown bc65b9074c sha3: fix TestAppend to loop twice, to match the comments.
Change-Id: I84713a4173d9de4cd3d14991b8a47c9fbae7dcfd
Reviewed-on: https://go-review.googlesource.com/8976
Reviewed-by: David Symonds <dsymonds@golang.org>
2015-04-16 05:37:58 +00:00
..
testdata sha3: move test data to testdata 2015-01-24 22:04:49 +00:00
doc.go sha3: use unaligned reads and xors on x86 and x64 2015-01-12 22:01:33 +00:00
hashes.go go.crypto/sha3: use the go1.4 tag to register the hash functions. 2014-09-03 16:08:25 -07:00
keccakf.go go.crypto/sha3: optimize round function 2014-10-08 10:57:02 -07:00
register.go go.crypto/sha3: use the go1.4 tag to register the hash functions. 2014-09-03 16:08:25 -07:00
sha3.go sha3: use unaligned reads and xors on x86 and x64 2015-01-12 22:01:33 +00:00
sha3_test.go sha3: fix TestAppend to loop twice, to match the comments. 2015-04-16 05:37:58 +00:00
shake.go go.crypto/sha3: update to sync with draft FIPS-202 2014-09-03 12:04:00 -07:00
xor.go sha3: use unaligned reads and xors on x86 and x64 2015-01-12 22:01:33 +00:00
xor_generic.go sha3: use unaligned reads and xors on x86 and x64 2015-01-12 22:01:33 +00:00
xor_unaligned.go sha3: use unaligned reads and xors on x86 and x64 2015-01-12 22:01:33 +00:00