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.
Enable support for the
deriveKeymethod 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 aCryptoKeyobject ready for immediate use. This implementation would more closely align with the Web Cryptography API specification.