This website requires JavaScript.
Explore
Help
Sign In
magical
/
keccak
Watch
1
Star
0
Fork
You've already forked keccak
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
The Keccak hash function (SHA-3)
14
Commits
2
Branches
0
Tags
64
KiB
Go
100%
f67abd3a9d
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
magical
f67abd3a9d
Refactor: use [25]uint64 instead of [5][5]uint64.
2015-01-01 03:00:28 -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
Refactor: use [25]uint64 instead of [5][5]uint64.
2015-01-01 03:00:28 -08:00
keccak.go
Refactor: use [25]uint64 instead of [5][5]uint64.
2015-01-01 03:00:28 -08:00
keccak_gen.go
Refactor: use [25]uint64 instead of [5][5]uint64.
2015-01-01 03:00:28 -08:00
keccak_test.go
Add 512-bit hash. Use SHA-3 padding.
2014-12-31 23:19:05 -08:00
sponge.go
Refactor: use [25]uint64 instead of [5][5]uint64.
2015-01-01 03:00:28 -08:00