Could you do some benchmark on a few `sha1(uint8array)` client implementations? would be interesting to see - js-sha1 - sha1 - Web crypto `sha1 = crypto.subtle.digest.bind(crypto.subtle, { name: 'sha-1' })` - Rusha