Closed matbee-eth closed 9 years ago
This is not a pure javascript implementation, as it relies on Nodejs library.
Have you tried with browserify? Because it works for me, it just accepts & returns Uint8Arrays instead of Buffers.
browserify
Uint8Array
Buffer
Also, if you don't wanna use browserify, you can use https://github.com/feross/buffer
This is not a pure javascript implementation, as it relies on Nodejs library.