removed duplicate module.exports declaraion

This commit is contained in:
Christophe Diederichs 2020-06-16 16:03:27 +02:00
parent 84bf4229e4
commit 96266128af

View File

@ -63,13 +63,6 @@ function crypto_scalarmult (q, n, p) {
return 0
}
module.exports = {
crypto_scalarmult_base,
crypto_scalarmult_base,
crypto_scalarmult_BYTES,
crypto_scalarmult_SCALARBYTES
}
function crypto_scalarmult_base (q, n) {
return crypto_scalarmult(q, n, _9)
}