aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-07 17:04:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-07 17:04:48 +0300
commit1bafa86f2f7b1019314b5629f4fd80c7cf9c837c (patch)
tree9601e8dcc4b3b7d9e76fe398c3d0aa61325ee1bb /README.md
parentcode style (diff)
downloadaes-tools-1bafa86f2f7b1019314b5629f4fd80c7cf9c837c.tar.gz
aes-tools-1bafa86f2f7b1019314b5629f4fd80c7cf9c837c.zip
utils: rearrange files
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 74a2ac9..84dba41 100644
--- a/README.md
+++ b/README.md
@@ -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