You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone working on this wants to benchmark against the official K12 implementation, I have some very simple Rust bindings that you could copy, which statically link that implementation. The vendored version of that implementation (just updated) does AVX2 and AVX-512 feature detection at runtime.
I wrote a KangarooTwelve implementation. It's slow and has horrible code style, but passes the tests at least. Licenced CC0 so feel free to copy.
https://github.com/dhardy/hash-bench/blob/master/src/k12.rs
The text was updated successfully, but these errors were encountered: