The Keccak hash function (SHA-3)
Go to file
magical 0b361a2be7 Combine Rho with Pi and Chi.
Starting to switch to plane-wise processing.
2015-01-01 03:06:32 -08:00
sha3sum Add a simple sha3sum utility. 2014-12-31 23:32:14 -08:00
const.go Add 512-bit hash. Use SHA-3 padding. 2014-12-31 23:19:05 -08:00
gen.go Combine Rho with Pi and Chi. 2015-01-01 03:06:32 -08:00
keccak.go Refactor: use [25]uint64 instead of [5][5]uint64. 2015-01-01 03:00:28 -08:00
keccak_gen.go Combine Rho with Pi and Chi. 2015-01-01 03:06:32 -08:00
keccak_test.go Combine Rho with Pi and Chi. 2015-01-01 03:06:32 -08:00
sponge.go Refactor: use [25]uint64 instead of [5][5]uint64. 2015-01-01 03:00:28 -08:00