fixed exponent to make Chrome happy

This commit is contained in:
2024-02-15 09:19:24 +08:00
parent 193b8d7fbf
commit 32464094a3

View File

@@ -43,7 +43,7 @@ async function createKeyPair() {
{
name: "RSA-OAEP",
modulusLength: 2048,
publicExponent: new Uint8Array([4, 0, 1]),
publicExponent: new Uint8Array([1, 0, 1]),
hash: "SHA-256",
},
true,