From 2214a59711a2ccc9657c54e84483bddd3b3d32b4 Mon Sep 17 00:00:00 2001 From: Christophe Diederichs Date: Wed, 17 Jun 2020 13:07:28 +0200 Subject: [PATCH] export sodium_memcmp --- crypto_verify.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto_verify.js b/crypto_verify.js index 65a60db..8bc08bf 100644 --- a/crypto_verify.js +++ b/crypto_verify.js @@ -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) {