jedisct1 / libsodium.js

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

crypto_scalarmult_ed25519 functions are missing #256

Closed FiloSottile closed 3 years ago

FiloSottile commented 3 years ago

Based on the README, I would have expected to find crypto_scalarmult_ed25519_base in the sumo package. Happy to make a PR if it's just a matter of adding a JSON to the wrappers folder.

jedisct1 commented 3 years ago

Hi!

Yes, all functions are available but quite a lot of JavaScript wrappers are missing. Adding the missing functions would indeed just require relevant JSON definitions to be added.

If you could contribute the ones for ed25519, that would be great!