google / google/webcrypto.dart
Support for deriveKey Method in Key Derivation Algorithms
Open
enhancement
- Dominant language
- Dart
- Stars
- 116
- Forks
- 110
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 9
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.