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
Enable support for the deriveKey method for key derivation algorithms, including ECDH, HKDF, and PBKDF2, over derivedBits. This approach allows for direct derivation of cryptographic keys from a base key and specified algorithm parameters, returning a CryptoKey object ready for immediate use. This implementation would more closely align with the Web Cryptography API specification.
The text was updated successfully, but these errors were encountered:
Enable support for the
deriveKey
method for key derivation algorithms, including ECDH, HKDF, and PBKDF2, overderivedBits
. This approach allows for direct derivation of cryptographic keys from a base key and specified algorithm parameters, returning aCryptoKey
object ready for immediate use. This implementation would more closely align with the Web Cryptography API specification.The text was updated successfully, but these errors were encountered: