Skip to content
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

suggestion: use xxHash to replace MD5 hash algorithm #4

Open
dongyuwei opened this issue May 19, 2021 · 2 comments
Open

suggestion: use xxHash to replace MD5 hash algorithm #4

dongyuwei opened this issue May 19, 2021 · 2 comments

Comments

@dongyuwei
Copy link

https://github.com/Cyan4973/xxHash

xxHash is an Extremely fast Hash algorithm, running at RAM speed limits

and there are some pure js implementation of xxHash. such as https://github.com/pierrec/js-xxhash and https://github.com/Jason3S/xxhash

@claytongulick
Copy link
Owner

Do you think this is a better option than native SubtleCrypto sha-1 or somesuch?

@dongyuwei
Copy link
Author

not sure, need some tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants