Explorar o código

formatting fix

cecylia %!s(int64=7) %!d(string=hai) anos
pai
achega
fa5be95f86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/documentation.tex

+ 1 - 1
doc/documentation.tex

@@ -102,7 +102,7 @@ The tag is generated by computing a 21-byte ECDH private key $s$ for the client
 
 \subsubsection{DH parameter generation}
 
-To derive the TLS client key exchange parameters, the client computes their secret key as the output of $PRF_{k_{sh}}(\texttt{``SLITHEEN\_KEYGEN''})$ (Note: the Telex paper refers to his set as using $k_{sh}$ to seed a secure PRG).
+To derive the TLS client key exchange parameters, the client computes their secret key as the output of $$PRF_{k_{sh}}(``\texttt{SLITHEEN\_KEYGEN}")$$ (Note: the Telex paper refers to his set as using $k_{sh}$ to seed a secure PRG).
 
 The PRF function here is as defined in the TLSv1.2 RFC\footnote{https://tools.ietf.org/html/rfc5246}, where the hash function used is determined by the selected ciphersuite.