This website requires JavaScript.
Explore
Help
Sign In
magical
/
keccak
Watch
1
Star
0
Fork
0
You've already forked keccak
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31
Commits
2
Branches
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Andrew Ekstedt
6bebd054b1
add (c)SHAKE-128 and 256
2024-10-06 22:20:47 -07:00
sha3sum
sha3sum: remove dependency on fmt
2024-10-05 21:18:39 -07:00
const.go
Add 512-bit hash. Use SHA-3 padding.
2014-12-31 23:19:05 -08:00
gen.go
gen: use short declarations for c and d vars
2024-10-05 21:02:12 -07:00
keccak_gen.go
gen: use short declarations for c and d vars
2024-10-05 21:02:12 -07:00
keccak_test.go
avoid an alloc in sha-512 benchmarks
2024-10-05 19:50:43 -07:00
keccak.go
de-unroll Chi loop in roundGeneric
2024-10-05 20:54:51 -07:00
shake_test.go
add (c)SHAKE-128 and 256
2024-10-06 22:20:47 -07:00
shake.go
add (c)SHAKE-128 and 256
2024-10-06 22:20:47 -07:00
sponge.go
add digest.clone method and use it in Sum
2024-10-05 20:17:20 -07:00
Description
The Keccak hash function (SHA-3)
64
KiB
Languages
Go
100%