export sodium_memcmp

This commit is contained in:
Christophe Diederichs 2020-06-17 13:07:28 +02:00
parent 0b37ca03ec
commit 2214a59711

View File

@ -2,7 +2,8 @@ const assert = require('nanoassert')
module.exports = {
crypto_verify_16,
crypto_verify_32
crypto_verify_32,
sodium_memcmp
}
function vn (x, xi, y, yi, n) {