2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added csv2piechart example; corrected error in CFB mode decryption

This commit is contained in:
Martin Thoma 2013-07-09 14:41:25 +02:00
parent 3090514803
commit 8d67c61e5e
6 changed files with 62 additions and 1 deletions

View file

@ -22,7 +22,7 @@ TODO
\foreach \nr in {1, ..., \n}{
\node (C\nr) at (0,{(\n-\nr)*3}) {$C_\nr$};
\node (x\nr)[XOR] at (2,{(\n-\nr)*3}) {};
\node (D\nr)[encrypt] at (2,{(\n-\nr)*3+1}) {$D$};
\node (D\nr)[encrypt] at (2,{(\n-\nr)*3+1}) {$E$};
\node (K\nr) at (2,{(\n-\nr)*3+2}) {$K$};
\node (M\nr) at (4,{(\n-\nr)*3}) {$M_\nr$};