aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-12-28 03:26:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-12-28 03:26:46 +0300
commit6fe0f155b0a0daa5affe1482da50cbe152358b07 (patch)
treea305e26159bcb266c02cd8e9f9292bad839bda79 /utils/README.md
parentutils: refactoring (diff)
downloadaes-tools-6fe0f155b0a0daa5affe1482da50cbe152358b07.tar.gz
aes-tools-6fe0f155b0a0daa5affe1482da50cbe152358b07.zip
utils: interface update & refactoring
Diffstat (limited to 'utils/README.md')
-rw-r--r--utils/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/README.md b/utils/README.md
index 8055d87..a1cfeb5 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -19,8 +19,8 @@ The block encryption utilities can produce verbose human-readable output,
including round keys, intermediate initialization vector values, etc.
This is primarily intended for debugging purposes.
Enable verbose output by passing the `--verbose` flag to the utilities.
-Please note that verbose output can only be produced when *not* using "boxes"
-(the `--box` flag).
+Please note that verbose output can only be produced when *not* using the
+"boxes" interface (the `--use-boxes` flag).
### encrypt_block.exe