remove argon

This commit is contained in:
Timo Hocker 2020-03-04 13:27:12 +01:00
parent 8a82f0cc17
commit 3a6e6001a9

View File

@ -135,8 +135,6 @@ function checksum (data) {
} }
module.exports = { module.exports = {
argon_hash,
argon_verify,
checksum, checksum,
create_salt, create_salt,
decode_signed, decode_signed,