diff options
-rw-r--r-- | ext/crypto/lib.deno_crypto.d.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/crypto/lib.deno_crypto.d.ts b/ext/crypto/lib.deno_crypto.d.ts index 4eace1c54..3ab6bda36 100644 --- a/ext/crypto/lib.deno_crypto.d.ts +++ b/ext/crypto/lib.deno_crypto.d.ts @@ -116,10 +116,6 @@ interface HmacImportParams extends Algorithm { length?: number; } -interface RsaHashedImportParams extends Algorithm { - hash: HashAlgorithmIdentifier; -} - interface EcKeyAlgorithm extends KeyAlgorithm { namedCurve: NamedCurve; } |