https://github.com/dim13/seahash
SeaHash algorithm
https://github.com/dim13/seahash
golang hash seahash
Last synced: 12 months ago
JSON representation
SeaHash algorithm
- Host: GitHub
- URL: https://github.com/dim13/seahash
- Owner: dim13
- License: isc
- Created: 2016-12-13T00:44:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:15:43.000Z (over 3 years ago)
- Last Synced: 2025-03-28T14:11:41.607Z (about 1 year ago)
- Topics: golang, hash, seahash
- Language: Go
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeaHash
A Go implementation of [SeaHash][1] algorithm. [See also][2].
# Benchmark (Air/M1)
BenchmarkHash-8 80886975 14.75 ns/op 0 B/op 0 allocs/op
[1]: https://github.com/ticki/tfs/tree/master/seahash
[2]: https://ticki.github.io/blog/seahash-explained/