1
0
Fork 0
mirror of synced 2024-08-08 14:48:13 +12:00
budibase/server/nodeCrypto.js
2019-06-07 12:02:48 +01:00

5 lines
85 B
JavaScript

const {hash, verify} = require("argon2");
module.exports = {
hash, verify
};