functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

JWE Refactoring: KeyPairing things #260

Closed Ruffiano closed 1 year ago

Ruffiano commented 1 year ago

Since the DID-ID creation method was changed to #236 and #259, I also need to change key-paring for JWE Asymmetric Encryption. Because DID-ID and PeerIds key paring has the same root for creating Pub/Priv Keys, it affects JWE.

Ruffiano commented 1 year ago
  1. did-doc/jwe-keyAgreements
  2. fixed key pairs/JWE PubKeys
  3. did/jwe-refactoring