shepmaster / twox-hash

A Rust implementation of the XXHash algorithm.
MIT License
361 stars 41 forks source link

Oneshot version of XXH64 #95

Open stepancheg opened 1 year ago

stepancheg commented 1 year ago

There's oneshot version of XXH3:

https://docs.rs/twox-hash/latest/twox_hash/xxh3/fn.hash64.html

It should be useful to have the same for XXH64? To avoid compilation overhead of managing the state.