signature : Use SubtleCrypto
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2024-06-06 23:33:19 +02:00
parent 1749459be7
commit 5ee8fc00d0
5 changed files with 117 additions and 23 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export async function hkdf(key: Uint8Array, usage: Usage) : Promise<CryptoKey |
info: new TextEncoder().encode("sign"),
},
material,
256
512
)
return new Uint8Array(buffer)
} else {