소스 검색

fix build of crypt.pdf

Steffen Jaeckel 7 년 전
부모
커밋
e31e757a86
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/crypt.tex

+ 2 - 2
doc/crypt.tex

@@ -1365,8 +1365,8 @@ For both \textit{Salsa20} and \textit{XSalsa20} rounds must be an even number
 and if set to 0 the default number of rounds, 20, will be used.
 \vspace{1mm}
 
-If you define \textit{LTC_XSALSA20} to include \textit{XSalsa20} in a minimal
-\textit{libtomcrypt} library build, you must also define \textit{LTC_SALSA20}.
+If you define \textit{LTC\_XSALSA20} to include \textit{XSalsa20} in a minimal
+\textit{libtomcrypt} library build, you must also define \textit{LTC\_SALSA20}.
 \vspace{1mm}
 
 As always, never ever use the same key + nonce/IV pair more than once.