An open API service indexing awesome lists of open source software.

https://github.com/dim13/seahash

SeaHash algorithm
https://github.com/dim13/seahash

golang hash seahash

Last synced: 12 months ago
JSON representation

SeaHash algorithm

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/