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

Consolidate HKDF implementation and usage with `web5-js` #742

Open thehenrytsai opened 3 months ago

thehenrytsai commented 3 months ago

Should move the Hkdf class in agent package in web5-js repo into the crypto package and consume it instead of duplicated logic in dwn-sdk-js.