This commit is contained in:
2024-09-09 16:11:18 +02:00
parent a919eabbba
commit 5fa068776c
16 changed files with 55 additions and 47 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {PrivateBox, PrivateWrap, SecretBox, SecretWrap, signature} from '..'
import {beforeAll, expect, test} from 'bun:test'
let wrap_key!: CryptoKey;
let wrap_key!: CryptoKey
beforeAll(async () => {
wrap_key = await SecretWrap.gen(true)