This commit is contained in:
Timo Hocker 2020-05-06 07:56:19 +02:00
parent ecfd56ac98
commit d86c8461d5

View File

@ -12,7 +12,7 @@
const helper = require ('../index');
const argon2 = require ('argon2');
const test = require ('ava');
const encoding_helper = require ('@scode/encoding-helper');
const encoding_helper = require ('@sapphirecode/encoding-helper');
const required_options = {
hashLength: 64,