You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deriveKey requires the target key type to support "get key length" which isn't supported by any of the RSA options (which AFAIK is because an extra step would be needed to derive values suitable for RSA as opposed to the symmetric algorithms that do support "get key length").
generateKey lacks any options for providing a seed value either directly or by separately seeding its source of random numbers.
Does webcrypto allow for the deterministic generation of RSA key pairs from a seed?
The text was updated successfully, but these errors were encountered: