diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-20 21:24:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-20 21:24:16 +0300 |
commit | 963e36500a31dd151ed065dd9b4ce9bdca701693 (patch) | |
tree | e4b5c7a2efb3163316d60970ed82c2cf55d77c41 /README.md | |
parent | utils: README update (diff) | |
download | aes-tools-963e36500a31dd151ed065dd9b4ce9bdca701693.tar.gz aes-tools-963e36500a31dd151ed065dd9b4ce9bdca701693.zip |
README updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |