1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00
budibase/server/nodeCrypto.js
2019-03-19 21:45:21 +00:00

5 lines
No EOL
84 B
JavaScript

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