diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-10-23 11:04:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-10-23 11:04:19 +0300 |
commit | 6eda6db49bb2f8ae248c7d4049aa06351affe0fa (patch) | |
tree | b4166fabd0c78e7efc13eafe21a18b0ba47acffb /README.md | |
parent | ignore Intel SDE's log files (diff) | |
download | aes-tools-6eda6db49bb2f8ae248c7d4049aa06351affe0fa.tar.gz aes-tools-6eda6db49bb2f8ae248c7d4049aa06351affe0fa.zip |
README updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ the support for these instructions, one can use [Intel Software Development Emulator](https://software.intel.com/en-us/articles/intel-software-development-emulator). You can then run an executable like this: - > sde -- aes_encrypt_block.exe -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff + > sde -- encrypt_block.exe -a aes128 -m ecb -- 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff 69c4e0d86a7b0430d8cdb78070b4c55a ## Documentation |