-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas for next major update #88
Comments
Any thoughts on adding non-cryptographic hashes? e.g.:
|
What would be the use case? |
In general non-cryptographic hashes give synchronize call which widely applicable.
Both In case of Footnotes |
Would be great to have a properly supported murmur3 hash for Kafka-like projects! |
Btw, I'm currently settle on
|
Quote from contributor about ESM transition: Got it, thank you for explaining the rationale! Might be worth considering that extended support for Node.js v18 will be provided for users of among others:
So for these users, Node.js v18 will not actually be deprecated during 2025 and some users will expect to keep using their supported runtime versions beyond the upstream maintenance window. Not meaning to imply that Footnotes
|
+1 to add md5 😉 |
md5 is available here: https://gist.github.com/paulmillr/405d7f1efca6e37bee63d6499cd4c8f9 |
@noble/hashes/sha3
to@noble/hashes/sha3.js
Maybe also:
The text was updated successfully, but these errors were encountered: