diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 03:52:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 03:52:06 +0300 |
commit | 282f84c1a768916830a4254676925b62fd3a8ce7 (patch) | |
tree | 19f0999be41b72b15ebfc333cb7d73b6568392be | |
parent | test: refactoring (diff) | |
download | aes-tools-282f84c1a768916830a4254676925b62fd3a8ce7.tar.gz aes-tools-282f84c1a768916830a4254676925b62fd3a8ce7.zip |
README update
Diffstat (limited to '')
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,7 +1,6 @@ -# aesni +# AES tools -Simple AES encryption algorithm implementation using the AES-NI instruction -set. +Simple AES implementation and utilities. ## Building @@ -11,12 +10,12 @@ I've used the compiler and the assembler shipped with Visual Studio Express You can generate the solution using CMake and build it using Visual Studio. Some of the utilities also depend on a few Boost libraries. -In particular, Boost.Filesystem, Boost.Program_options, and Boost.System has to -be built prior to building these utilities. +In particular, Boost.Filesystem, Boost.Program\_options, and Boost.System has +to be built prior to building these utilities. To enable CMake to find Boost libraries, pass the path to the root Boost directory like this: - cmake -D BOOST_ROOT=C:\workspace\third-party\boost_1_58_0 ... + > cmake -D BOOST_ROOT=C:\workspace\third-party\boost_1_58_0 ... Remember that in order to link to the static Boost libraries, you also have to pass `-D Boost_USE_STATIC_LIBS=ON` to CMake. @@ -49,4 +48,4 @@ See [Testing](test#testing). This project, including all of the files and their contents, is licensed under the terms of the MIT License. -See [LICENSE.txt](LICENSE.txt) for details. +See LICENSE.txt for details. |