bit-sync
bit-sync copied to clipboard
suggestion: use xxHash to replace MD5 hash algorithm
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
Do you think this is a better option than native SubtleCrypto sha-1 or somesuch?
not sure, need some tests.