@@ -604,30 +604,30 @@ \subsection{Simple Encryption Demonstration}
604604\begin {figure }[hpbt]
605605\begin {small }
606606\begin {center }
607- \begin {tabular }{|c|c|c|c|c|c|}
608- \hline \textbf {Name } & \textbf {Descriptor Name } & \textbf {Block Size } & \textbf {Key Range } & \textbf {Rounds } \\
609- \hline Blowfish & blowfish\_ desc & 8 & 8 $ \ldots $ 56 & 16 \\
610- \hline X-Tea & xtea\_ desc & 8 & 16 & 32 \\
611- \hline RC2 & rc2\_ desc & 8 & 5 $ \ldots $ 128 & 16 \\
612- \hline RC5-32/12/b & rc5\_ desc & 8 & 8 $ \ldots $ 128 & 12 $ \ldots $ 24 \\
613- \hline RC6-32/20/b & rc6\_ desc & 16 & 8 $ \ldots $ 128 & 20 \\
614- \hline SAFER+ & saferp\_ desc &16 & 16, 24, 32 & 8, 12, 16 \\
615- \hline AES & aes\_ desc & 16 & 16, 24, 32 & 10, 12, 14 \\
616- & aes\_ enc\_ desc & 16 & 16, 24, 32 & 10, 12, 14 \\
617- \hline Twofish & twofish\_ desc & 16 & 16, 24, 32 & 16 \\
618- \hline DES & des\_ desc & 8 & 8 & 16 \\
619- \hline 3DES (EDE mode) & des3\_ desc & 8 & 16, 24 & 16 \\
620- \hline CAST5 (CAST-128) & cast5\_ desc & 8 & 5 $ \ldots $ 16 & 12, 16 \\
621- \hline Noekeon & noekeon\_ desc & 16 & 16 & 16 \\
622- \hline Skipjack & skipjack\_ desc & 8 & 10 & 32 \\
623- \hline Anubis & anubis\_ desc & 16 & 16 $ \ldots $ 40 & 12 $ \ldots $ 18 \\
624- \hline Khazad & khazad\_ desc & 8 & 16 & 8 \\
625- \hline SEED & kseed\_ desc & 16 & 16 & 16 \\
626- \hline KASUMI & kasumi\_ desc & 8 & 16 & 8 \\
627- \hline Camellia & camellia\_ desc & 16 & 16, 24, 32 & 18, 24 \\
628- \hline IDEA & idea\_ desc & 8 & 16 & 8 \\
629- \hline Serpent & serpent\_ desc & 16 & 16, 24, 32 & 32 \\
630- \hline TEA & tea\_ desc & 8 & 16 & 32 \\
607+ \begin {tabular }{|c|c|c|c|c|c|c| }
608+ \hline \textbf {Name } & \textbf {Descriptor Name } & \textbf {Block Size } & \textbf {Key Range } & \textbf {Rounds } & \textbf { Id } \\
609+ \hline Blowfish & blowfish\_ desc & 8 & 8 $ \ldots $ 56 & 16 & 0 \\
610+ \hline X-Tea & xtea\_ desc & 8 & 16 & 32 & 1 \\
611+ \hline RC2 & rc2\_ desc & 8 & 5 $ \ldots $ 128 & 16 & 12 \\
612+ \hline RC5-32/12/b & rc5\_ desc & 8 & 8 $ \ldots $ 128 & 12 $ \ldots $ 24 & 2 \\
613+ \hline RC6-32/20/b & rc6\_ desc & 16 & 8 $ \ldots $ 128 & 20 & 3 \\
614+ \hline SAFER+ & saferp\_ desc &16 & 16, 24, 32 & 8, 12, 16 & 4 \\
615+ \hline AES & aes\_ desc & 16 & 16, 24, 32 & 10, 12, 14 & 6 \\
616+ & aes\_ enc\_ desc & 16 & 16, 24, 32 & 10, 12, 14 & 6 \\
617+ \hline Twofish & twofish\_ desc & 16 & 16, 24, 32 & 16 & 7 \\
618+ \hline DES & des\_ desc & 8 & 8 & 16 & 13 \\
619+ \hline 3DES (EDE mode) & des3\_ desc & 8 & 16, 24 & 16 & 14 \\
620+ \hline CAST5 (CAST-128) & cast5\_ desc & 8 & 5 $ \ldots $ 16 & 12, 16 & 15 \\
621+ \hline Noekeon & noekeon\_ desc & 16 & 16 & 16 & 16 \\
622+ \hline Skipjack & skipjack\_ desc & 8 & 10 & 32 & 17 \\
623+ \hline Anubis & anubis\_ desc & 16 & 16 $ \ldots $ 40 & 12 $ \ldots $ 18 & 19 \\
624+ \hline Khazad & khazad\_ desc & 8 & 16 & 8 & 18 \\
625+ \hline SEED & kseed\_ desc & 16 & 16 & 16 & 20 \\
626+ \hline KASUMI & kasumi\_ desc & 8 & 16 & 8 & 21 \\
627+ \hline Camellia & camellia\_ desc & 16 & 16, 24, 32 & 18, 24 & 23 \\
628+ \hline IDEA & idea\_ desc & 8 & 16 & 8 & 24 \\
629+ \hline Serpent & serpent\_ desc & 16 & 16, 24, 32 & 32 & 25 \\
630+ \hline TEA & tea\_ desc & 8 & 16 & 32 & 26 \\
631631 \hline
632632\end {tabular }
633633\end {center }
0 commit comments