diff options
Diffstat (limited to 'Doc/lib/librotor.tex')
-rw-r--r-- | Doc/lib/librotor.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/librotor.tex b/Doc/lib/librotor.tex index c333686..a3431fc 100644 --- a/Doc/lib/librotor.tex +++ b/Doc/lib/librotor.tex @@ -1,4 +1,5 @@ \section{Built-in Module \sectcode{rotor}} +\label{module-rotor} \bimodindex{rotor} This module implements a rotor-based encryption algorithm, contributed by @@ -79,7 +80,7 @@ An example usage: 'l(\315' >>> del rt \end{verbatim}\ecode - +% The module's code is not an exact simulation of the original Enigma device; it implements the rotor encryption scheme differently from the original. The most important difference is that in the original Enigma, there were only 5 |