unit tests verify signature
This commit is contained in:
@ -40,7 +40,6 @@ export function pemToKey(pemKey, type) {
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
export async function genKey() {
|
||||
// Generate keys
|
||||
const { publicKey, privateKey } = await crypto.subtle.generateKey(
|
||||
|
Reference in New Issue
Block a user