SubtleCrypto#generateKey
should support hash
#865
Labels
Milestone
SubtleCrypto#generateKey
should support hash
#865
The current implementation of
SubtleCrypto#generateKey
for RSASSA-PKCS1-v1_5, RSA-PSS & RSA-OAEP doesn't use thehash
field as defined in RsaHashedKeyGenParams (W3C):lagon/crates/runtime_crypto/src/lib.rs
Line 344 in 22f5cc1
We currently default to sha256
The text was updated successfully, but these errors were encountered: