aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-20 21:24:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-20 21:24:16 +0300
commit963e36500a31dd151ed065dd9b4ce9bdca701693 (patch)
treee4b5c7a2efb3163316d60970ed82c2cf55d77c41 /README.md
parentutils: README update (diff)
downloadaes-tools-963e36500a31dd151ed065dd9b4ce9bdca701693.tar.gz
aes-tools-963e36500a31dd151ed065dd9b4ce9bdca701693.zip
README updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0612be6..29a309a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ To run programs that are using the AES-NI instruction set on a CPU w/o the suppo
[Intel Software Development Emulator](https://software.intel.com/en-us/articles/intel-software-development-emulator).
You can then run a program like this:
- > sde -- encrypt_block_aes.exe -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff
+ > sde -- aes_encrypt_block.exe -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff
69c4e0d86a7b0430d8cdb78070b4c55a
## Documentation