From 4478a2005d5db12053a28fa927f8aa6f7ac364fd Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 16 Mar 2015 18:19:03 +0000 Subject: [PATCH] akwizgran created page: BTP --- BTP.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BTP.markdown b/BTP.markdown index 9bd550b..10af7ff 100644 --- a/BTP.markdown +++ b/BTP.markdown @@ -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: -* *next_ock = KDF(ock, "ROTATE", int(64, i))* -* *next_ick = KDF(ick, "ROTATE", int(64, i))* -* *next_otk = KDF(otk, "ROTATE", int(64, i))* -* *next_itk = KDF(itk, "ROTATE", int(64, i))* +* *next_ock = KDF(ock, "ROTATE_OUTGOING_CIPHER_KEY", int(64, i))* +* *next_ick = KDF(ick, "ROTATE_INCOMING_CIPHER_KEY", int(64, i))* +* *next_otk = KDF(otk, "ROTATE_OUTGOING_TAG_KEY", int(64, i))* +* *next_itk = KDF(itk, "ROTATE_INCOMING_TAG_KEY", int(64, i))*