Skip to content

Commit

Permalink
RS-003: Specify how and when Bob can message Alice
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jul 22, 2024
1 parent 8de0308 commit e5c9537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rs003-key-agreement.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ Bob MUST follow the following process when receiving an initial message from Ali
1. Decrypt the ciphertext with SK<sub>1</sub>, or abort if it fails to be decrypted.
1. Store K<sub>a,1</sub><sup>public</sup> along with K<sub>a,1</sub><sup>id</sup> in order to send messages to Alice in the future.

Upon successful completion of this process,
Bob MAY send messages to Alice using the [algorithm to send subsequent message](#sending-subsequent-messages).

## Key Management Protocol

Alice and Bob MUST follow the following algorithm to exchange subsequent messages. Note that _X_ and _Y_ correspond to the sender and the recipient, respectively (Alice and Bob, or Bob and Alice).
Expand Down

0 comments on commit e5c9537

Please sign in to comment.