fixed exponent to make Chrome happy
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user