diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-07 17:04:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-07 17:04:48 +0300 |
commit | 1bafa86f2f7b1019314b5629f4fd80c7cf9c837c (patch) | |
tree | 9601e8dcc4b3b7d9e76fe398c3d0aa61325ee1bb /README.md | |
parent | code style (diff) | |
download | aes-tools-1bafa86f2f7b1019314b5629f4fd80c7cf9c837c.tar.gz aes-tools-1bafa86f2f7b1019314b5629f4fd80c7cf9c837c.zip |
utils: rearrange files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -16,14 +16,6 @@ To enable CMake to find Boost libraries, pass the path to the root Boost directo Remember that in order to link to the static Boost libraries, you also have to pass `-D Boost_USE_STATIC_LIBS=ON` to CMake. -## Utilities - -A couple of useful utilities built on top of the library are included. -Namely, - -* [the file encryption utilities](utils/file#file-encryption-utilities), -* and [the block encryption utilities](utils/block#block-encryption-utilities) (used mainly for testing). - ## Running on older CPUs To run the executables that are using the AES-NI instruction set on a CPU w/o the support for these instructions, one can use |