diafygi / diafygi/webcrypto-examples
HKDF-CTR replaced by HKDF
Open
- Dominant language
- HTML
- Stars
- 1.7k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
It would appear the algorithm was changed from NIST SP 800-108 to IETF RFC 5869, and it was renamed to HKDF (so HKDF-CTR is no longer part of the standard?). https://github.com/w3c/webcrypto/issues/27
Would it be better to replace the HKDF-CTR example or somehow mark it as obsolete and add a HKDF example separately?
example: https://github.com/mozilla/send/blob/9410defab6156d29bb705f73aefbd09ec588678e/app/fileSender.js#L126-L140 (does not use the Salt)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.