From bb6f0bc618d9f5435dfdfb7de683817f5c9564e2 Mon Sep 17 00:00:00 2001 From: Luke Burns Date: Tue, 5 Apr 2022 17:22:46 -0700 Subject: [PATCH] export crypto_scalarmult_ed25519 --- crypto_scalarmult.js | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto_scalarmult.js b/crypto_scalarmult.js index d591e05..1d51afb 100644 --- a/crypto_scalarmult.js +++ b/crypto_scalarmult.js @@ -6,6 +6,7 @@ const crypto_scalarmult_SCALARBYTES = 32 module.exports = { crypto_scalarmult, + crypto_scalarmult_ed25519: crypto_scalarmult, crypto_scalarmult_base, crypto_scalarmult_BYTES, crypto_scalarmult_SCALARBYTES