diff --git a/crypt.tex b/crypt.tex index bb1dbd7..d28f3cc 100644 --- a/crypt.tex +++ b/crypt.tex @@ -4988,7 +4988,7 @@ normally. The decoded list \textit{out} will point to the very first element of An invalid decoding will terminate the process, and free the allocated memory automatically. -\textbf{Note:} the list decoded by this function is \textbf{NOT} in the correct form for der\_encode\_sequence() to use directly. You will have to first +\textbf{Note:} the list decoded by this function is \textbf{NOT} in the correct form for der\_encode\_sequence() to use directly. You will first have to convert the list by first storing all of the siblings in an array then storing all the children as sub-lists of a sequence using the \textit{.data} pointer. Currently no function in LibTomCrypt provides this ability. diff --git a/notes/tech0003.txt b/notes/tech0003.txt index 1a21867..471378a 100644 --- a/notes/tech0003.txt +++ b/notes/tech0003.txt @@ -47,6 +47,6 @@ as a hash) CAST5 is perhaps a "runner-up" choice. CAST5 has been around longer fairly fast as well. You can easily accomplish this via the "config.pl" script. Simply answer "n" to all of the ciphers except the one you want -and then rebuild the library. [or you can hand edit mycrypt_custom.h] +and then rebuild the library. [or you can hand edit tomcrypt_custom.h] diff --git a/src/ciphers/camellia.c b/src/ciphers/camellia.c index 488998b..b419a76 100644 --- a/src/ciphers/camellia.c +++ b/src/ciphers/camellia.c @@ -10,7 +10,7 @@ */ /** - @file camellia.ca + @file camellia.c Implementation by Tom St Denis of Elliptic Semiconductor */