js-sha1 icon indicating copy to clipboard operation
js-sha1 copied to clipboard

benchmark

Open jimmywarting opened this issue 6 years ago • 0 comments

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

jimmywarting avatar Mar 23 '19 12:03 jimmywarting