aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-04-29 17:58:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-04-29 17:58:55 +0300
commitc5fbb78a89cb50049205648ce827e9d88f10609b (patch)
tree80eee0035ac7e3bad3cd666f24d5ed17f2a9042b /utils/README.md
parentsplit root CMakeLists.txt (diff)
downloadaes-tools-c5fbb78a89cb50049205648ce827e9d88f10609b.tar.gz
aes-tools-c5fbb78a89cb50049205648ce827e9d88f10609b.zip
utils: README update
Diffstat (limited to 'utils/README.md')
-rw-r--r--utils/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/README.md b/utils/README.md
index c4d9da8..3a8791c 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -130,9 +130,9 @@ ECB mode (namely, the fact that identical plaintext blocks get mapped to
identical ciphertext blocks).
This can be explicitly shown using 8-bit-per-pixel bitmaps:
-Plaintext BMP | Encrypted in ECB mode | Encrypted in CBC mode
----------------- | --------------------- | ---------------------
-![butterfly.bmp] | ![cipherfly_ecb.bmp] | ![cipherfly_cbc.bmp]
+| Plaintext BMP | Encrypted in ECB mode | Encrypted in CBC mode
+| ---------------- | --------------------- | ---------------------
+| ![butterfly.bmp] | ![cipherfly_ecb.bmp] | ![cipherfly_cbc.bmp]
[butterfly.bmp]: bmp/butterfly.bmp
[cipherfly_ecb.bmp]: bmp/cipherfly_ecb.bmp