diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-29 17:58:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-29 17:58:55 +0300 |
commit | c5fbb78a89cb50049205648ce827e9d88f10609b (patch) | |
tree | 80eee0035ac7e3bad3cd666f24d5ed17f2a9042b | |
parent | split root CMakeLists.txt (diff) | |
download | aes-tools-c5fbb78a89cb50049205648ce827e9d88f10609b.tar.gz aes-tools-c5fbb78a89cb50049205648ce827e9d88f10609b.zip |
utils: README update
-rw-r--r-- | utils/README.md | 6 |
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 |