unit tests verify signature

This commit is contained in:
2025-02-12 15:38:32 +01:00
parent e37bec02c2
commit cc1767e0d0
4 changed files with 57 additions and 22 deletions

View File

@ -40,7 +40,6 @@ export function pemToKey(pemKey, type) {
);
}
export async function genKey() {
// Generate keys
const { publicKey, privateKey } = await crypto.subtle.generateKey(