5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
|
import {hash, verify} from "argon2";
|
||
|
|
||
|
export default {
|
||
|
hash, verify
|
||
|
};
|