The Keccak hash function (SHA-3)
Go to file
magical 56a2055f6e Use fewer XORs in Theta and eliminate Pi.
Go's common subexpression elimination is apparently not up to snuff.

Pi is now done implicitly.
2014-12-31 17:52:09 -08:00
const.go Gofmt 2014-12-31 15:19:23 -08:00
gen.go Use fewer XORs in Theta and eliminate Pi. 2014-12-31 17:52:09 -08:00
keccak.go Generate a faster round function. 2014-12-31 16:43:36 -08:00
keccak_gen.go Use fewer XORs in Theta and eliminate Pi. 2014-12-31 17:52:09 -08:00
keccak_test.go Generate a faster round function. 2014-12-31 16:43:36 -08:00
sponge.go Optimize loads and stores a bit. 2014-12-31 16:52:34 -08:00