We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2781bce commit 5a2650fCopy full SHA for 5a2650f
ts/njs_webcrypto.d.ts
@@ -24,7 +24,7 @@ type CipherAlgorithm =
24
| RsaOaepParams
25
| AesCtrParams
26
| AesCbcParams
27
- | AesCbcParams;
+ | AesGcmParams;
28
29
type HashVariants = "SHA-256" | "SHA-384" | "SHA-512" | "SHA-1";
30
@@ -97,7 +97,7 @@ interface Pbkdf2Params {
97
name: "PBKDF2";
98
hash: HashVariants;
99
salt: NjsStringOrBuffer;
100
- interations: number;
+ iterations: number;
101
}
102
103
interface EcdhParams {
0 commit comments