diff --git a/2024-08-29-hackmas/00200_rosenpass_protocol.tex b/2024-08-29-hackmas/00200_rosenpass_protocol.tex index 30d2b14..9f052ed 100644 --- a/2024-08-29-hackmas/00200_rosenpass_protocol.tex +++ b/2024-08-29-hackmas/00200_rosenpass_protocol.tex @@ -184,7 +184,7 @@ \section{The Design of Rosenpass} \begin{description}[] \item[\textbf{Responder Authentication}:] Initiator encapsulates key under the responder public key. \item[\textbf{Initiator Authentication}:] Responder encapsulates key under the initiator public key. - \item[\textbf{Forward Secrecy}:] For the case the secret keys get stolen, either party generates a temporary keypair + \item[\textbf{Forward Secrecy}:] In case the secret keys get stolen, either party generates a temporary keypair and has the other party encapsulate a secret under that keypair. \bigskip diff --git a/2024-08-29-hackmas/slides.pdf b/2024-08-29-hackmas/slides.pdf index 9b6fabf..3a19345 100644 Binary files a/2024-08-29-hackmas/slides.pdf and b/2024-08-29-hackmas/slides.pdf differ