Changes

Np1sec

9 bytes added, 9 years ago
Nick's typo corrections
|align="center"|6
|align="right" |Generate key confirmations
|align="center"|{{Font color|black|yellow|<math>kc_i \leftarrow (H(k_{i,1}, U_1),\dots,H(k_{i,n}, U_n))</math>}}
|align="center"|Computation
|-
sid, sender ID, User message, meta message, hash of TranscriptChain of the message, naunce
The "session ID" and the "sender ID" are prepended in part to address concerns of [Da01]. The nuance nonce is a random 128 bit value, appended to prevent any possibility of replay or brute force attack.
User message is the plain text typed by user and handled to (n+1)sec by the chat client.
keyid, sender ID, User message, naunce
The "Key ID" and the "sender ID" are prepended in part to address concerns of [Da02]. The nuance nonce is a random 128 bit value, appended to prevent any possibility of replay or brute force attack.
User message is the plain text typed by user and handled to (n+1)sec by the chat client.
|align="center"|Computation
|-
|align="right" |Generate a random nuance nonce and append to the message
|align="center"|<math> m \leftarrow (m, rand(128bit)) </math>
|align="center"|Computation
|align="center"|Computation
|-
|align="right" |Generate a random nuance nonce and append to the message
|align="center"|<math> m \leftarrow (m, rand(128bit)) </math>
|align="center"|Computation