Skip to content

Commit

Permalink
Clearer wording
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Jul 12, 2023
1 parent 239779a commit c602c5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ NB this is the first step of the double ratchet / KDF, as explained in [§1.5.1.

``` mermaid
flowchart TD
XCC["ECDH + HKDF = XChaCha 🔑"]
XCC["HKDF(X25519) = ChaCha Key 🔑"]
subgraph Payload
IV["Random IV (cleartext)"]
subgraph Env [XChaCha-Poly1305 Envelope]
subgraph Clear Payload
IV["Random IV"]
subgraph Env [Encrypted XChaCha-Poly1305 Envelope]
ucan["UCAN
iss: ResponderDID
aud:ReqECDH      
Expand Down

0 comments on commit c602c5c

Please sign in to comment.