bit-sync icon indicating copy to clipboard operation
bit-sync copied to clipboard

suggestion: use xxHash to replace MD5 hash algorithm

Open dongyuwei opened this issue 4 years ago • 2 comments

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

dongyuwei avatar May 19 '21 02:05 dongyuwei

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

claytongulick avatar May 19 '21 17:05 claytongulick

not sure, need some tests.

dongyuwei avatar May 20 '21 01:05 dongyuwei