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

module.exports = {
    hash, verify
};