Replies: 1 comment 6 replies
-
This is a crypto library, so no, there are no plans to add non-cryptographic hash functions. BLAKE3 has a smaller security margin than BLAKE2, and is hostile to implementers and CPU caches. TurboSHAKE/KangarooTwelve are better alternatives, and are more likely to be added as XOFs. They are about as fast, much cleaner, and are being standardized. If you have a secret key, need something super fast and only need a 256 bit output, you can use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add a super fast Hashing feature for non-cryptography using the algorithm from xxhash
and is there any idea to upgrade blake2b to latest and faster blake3?
thank you very much for your hard work
Beta Was this translation helpful? Give feedback.
All reactions