diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 01:32:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-18 01:32:21 +0300 |
commit | 0ba5bb4b84641f50722ecb9cc2d424db23a1c845 (patch) | |
tree | 96bf073a950daf0e403a7e1fd97cb10d291c96e7 /README.md | |
parent | README updates (diff) | |
download | aes-tools-0ba5bb4b84641f50722ecb9cc2d424db23a1c845.tar.gz aes-tools-0ba5bb4b84641f50722ecb9cc2d424db23a1c845.zip |
README updates
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ without the support for these instructions, you can use [Intel Software Development Emulator]. After you install the emulator, you can run an executable like this: - > sde -- encrypt_block.exe -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff + > sde -- encrypt_block -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff 69c4e0d86a7b0430d8cdb78070b4c55a [Intel Software Development Emulator]: https://software.intel.com/en-us/articles/intel-software-development-emulator |