Browse Source

Fix an error in the description of KA.DerivePublic.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
zips27.reorganisation.1
Daira Hopwood 8 years ago
parent
commit
39956624b4
  1. 2
      protocol/protocol.tex

2
protocol/protocol.tex

@ -1004,7 +1004,7 @@ Let $\KAFormatPrivate \typecolon \PRFOutput \rightarrow \KAPrivate$ be a functio
that converts a bit string of length $\PRFOutputLength$ to a $\KA$ private key.
Let $\KADerivePublic \typecolon \KAPrivate \rightarrow \KAPublic$ be a function
that derives the $\KA$ public key corresponding to a given $\KA$ public key.
that derives the $\KA$ public key corresponding to a given $\KA$ private key.
Let $\KAAgree \typecolon \KAPrivate \times \KAPublic \rightarrow \KASharedSecret$
be the agreement function.

Loading…
Cancel
Save