jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
969 stars 138 forks source link

Add crypto_scalarmult_ed25519 and cleanup crypto_scalarmult #257

Closed FiloSottile closed 3 years ago

FiloSottile commented 3 years ago

Fixes #256

FiloSottile commented 3 years ago

Haven't tested this yet because I am waiting on emscripten to compile on the M1...

jedisct1 commented 3 years ago

Wait, is it possible that something takes more than 10 sec to compile on the M1? Color me disappointed :)

FiloSottile commented 3 years ago

Install Xcode and Homebrew dependencies: 1h Compile emscripten: 1m

;-)