StableLib / stablelib

A stable library of useful TypeScript/JavaScript code
https://www.stablelib.com
Other
173 stars 35 forks source link

Inquiry About LibSodium Method Support in stablelib #64

Closed mrtnetwork closed 11 months ago

mrtnetwork commented 11 months ago

Thank you for the great package. I'm interested in using some specific LibSodium methods, and I wanted to confirm if the package supports the following methods:

crypto_core_ed25519_add crypto_scalarmult_ed25519 crypto_scalarmult_ed25519_base crypto_core_ed25519_scalar_reduce

Could you please provide information on whether these methods are available and if there are any usage examples or documentation related to them? Your assistance is greatly appreciated.

dchest commented 11 months ago

Hello,

No, StableLib doesn't have these methods. Perhaps, your best solution would be to use a WASM-compiled libsodium.