mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-03-09 15:08:17 +01:00
akwizgran created page: BTP
@@ -55,7 +55,7 @@ If a sender starts sending a stream at time *t* according to the sender's clock,
|
|||||||
|
|
||||||
The four initial keys derived from *S* are the keys for period *P - 1*. The keys for each subsequent period *i* are derived from the previous period's keys as follows:
|
The four initial keys derived from *S* are the keys for period *P - 1*. The keys for each subsequent period *i* are derived from the previous period's keys as follows:
|
||||||
|
|
||||||
* *next_ock = KDF(ock, "ROTATE", int(64, i))*
|
* *next_ock = KDF(ock, "ROTATE_OUTGOING_CIPHER_KEY", int(64, i))*
|
||||||
* *next_ick = KDF(ick, "ROTATE", int(64, i))*
|
* *next_ick = KDF(ick, "ROTATE_INCOMING_CIPHER_KEY", int(64, i))*
|
||||||
* *next_otk = KDF(otk, "ROTATE", int(64, i))*
|
* *next_otk = KDF(otk, "ROTATE_OUTGOING_TAG_KEY", int(64, i))*
|
||||||
* *next_itk = KDF(itk, "ROTATE", int(64, i))*
|
* *next_itk = KDF(itk, "ROTATE_INCOMING_TAG_KEY", int(64, i))*
|
||||||
|
|||||||
Reference in New Issue
Block a user