fix import
This commit is contained in:
parent
2ca0db67b2
commit
515678d21f
@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
const assert = require('nanoassert')
|
const assert = require('nanoassert')
|
||||||
const { vn } = require('./verify')
|
const { vn } = require('./crypto_verify')
|
||||||
|
|
||||||
function sodium_increment (n) {
|
function sodium_increment (n) {
|
||||||
const nlen = n.byteLength
|
const nlen = n.byteLength
|
||||||
|
Loading…
Reference in New Issue
Block a user