TBD54566975 / dwn-sdk-js

Decentralized Web Node (DWN) Reference implementation
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
324 stars 95 forks source link

Replaced bespoke key derivation algorithm to use RFC 5869 HKDF #743

Closed thehenrytsai closed 3 months ago

thehenrytsai commented 3 months ago
  1. Replaced bespoke key derivation algorithm to use RFC 5869 HKDF to align with the encryption text in DWN spec (that I wrote yesterday and merged this morning 🤣)
  2. Other minor updates to align with the DWN spec.
  3. Refactoring.
codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.60%. Comparing base (ea29733) to head (3abf7ff). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #743 +/- ## ========================================== + Coverage 98.53% 98.60% +0.07% ========================================== Files 71 71 Lines 10628 10646 +18 Branches 1550 1551 +1 ========================================== + Hits 10472 10498 +26 + Misses 150 142 -8 Partials 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.