node-sha3
node-sha3 copied to clipboard
can not use ArrayBuffer
My project is run in browser,there is no type of Buffer,I try to use ArrayBuffer but fail,so I can not get the SHA of a binary file in browser,can you sport the ArrayBuffer ?
Agreed. Buffer has many issues outlined here: https://sindresorhus.com/blog/goodbye-nodejs-buffer
This library should allow Uint8Array as well as Buffer in-order for this to be usable in more places.