fixed exponent to make Chrome happy
This commit is contained in:
@@ -43,7 +43,7 @@ async function createKeyPair() {
|
|||||||
{
|
{
|
||||||
name: "RSA-OAEP",
|
name: "RSA-OAEP",
|
||||||
modulusLength: 2048,
|
modulusLength: 2048,
|
||||||
publicExponent: new Uint8Array([4, 0, 1]),
|
publicExponent: new Uint8Array([1, 0, 1]),
|
||||||
hash: "SHA-256",
|
hash: "SHA-256",
|
||||||
},
|
},
|
||||||
true,
|
true,
|
||||||
|
Reference in New Issue
Block a user