rewrite without bun, using Crypto API

This commit is contained in:
2024-07-30 22:13:13 +02:00
parent 39747d7e6e
commit 8301c7438d
4 changed files with 205 additions and 34 deletions
+2 -1
View File
@@ -1 +1,2 @@
export * as pwd from './src/pwd'
import {hash, verify} from './src/pwd'
export const pwd = {hash, verify}