rabin icon indicating copy to clipboard operation
rabin copied to clipboard

make it browserifyable

Open mafintosh opened this issue 9 years ago • 4 comments

i thinking it should be possible to implement this in pure js as well even though it'll probably be slower. we should add a pure js version that will be used when this module is browserifyed.

mafintosh avatar Dec 03 '15 13:12 mafintosh

Maybe, use asm.js? It won't be any slower then.

GamePad64 avatar Feb 20 '16 00:02 GamePad64

@GamePad64 i've never used that. how would that work?

mafintosh avatar Feb 20 '16 02:02 mafintosh

Oh, I am not a JS coder, I have just heard about this technology. It is developed specially for high-performance computations and may be suitable in this case. http://asmjs.org/

GamePad64 avatar Feb 20 '16 02:02 GamePad64

@mafintosh maybe looking at this project should help. https://github.com/jedisct1/libsodium.js

dominictarr avatar Feb 27 '16 06:02 dominictarr