budibase/packages/server/nodeCrypto.js

5 lines
81 B
JavaScript

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