diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-28 03:26:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-28 03:26:46 +0300 |
commit | 6fe0f155b0a0daa5affe1482da50cbe152358b07 (patch) | |
tree | a305e26159bcb266c02cd8e9f9292bad839bda79 /utils/README.md | |
parent | utils: refactoring (diff) | |
download | aes-tools-6fe0f155b0a0daa5affe1482da50cbe152358b07.tar.gz aes-tools-6fe0f155b0a0daa5affe1482da50cbe152358b07.zip |
utils: interface update & refactoring
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 4 |
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 |