diff --git a/helpers.js b/helpers.js index 5c35d2a..389f5c1 100644 --- a/helpers.js +++ b/helpers.js @@ -1,6 +1,6 @@ /* eslint-disable camelcase */ const assert = require('nanoassert') -const { vn } = require('./verify') +const { vn } = require('./crypto_verify') function sodium_increment (n) { const nlen = n.byteLength