The Keccak hash function (SHA-3)
Go to file
magical 055806bbad de-unroll Chi loop in roundGeneric
(reroll? no, that's something else)

makes it more similar to the templatized code in gen.go. this isn't the
optimized code, so performance doesn't matter.
2024-10-05 20:54:51 -07: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 remove a bunch of blank lines in keccak_gen.go 2024-10-05 20:47:40 -07:00
keccak.go de-unroll Chi loop in roundGeneric 2024-10-05 20:54:51 -07:00
keccak_gen.go remove a bunch of blank lines in keccak_gen.go 2024-10-05 20:47:40 -07:00
keccak_test.go avoid an alloc in sha-512 benchmarks 2024-10-05 19:50:43 -07:00
sponge.go add digest.clone method and use it in Sum 2024-10-05 20:17:20 -07:00