aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 05:10:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 05:10:40 +0300
commit8ebebf9f27070bccd4df8949aadf4ca2860bf4b1 (patch)
tree9c1c9519dcbaf6cbaabeef3d6785b2d1b7f153ca /README.md
parentcxx: import more stuff (diff)
downloadaes-tools-8ebebf9f27070bccd4df8949aadf4ca2860bf4b1.tar.gz
aes-tools-8ebebf9f27070bccd4df8949aadf4ca2860bf4b1.zip
merge specialized block utils into general ones
... taking advantage of the new template interface.
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8acb60..74a2ac9 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ 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/cxx#block-encryption-utilities) (used mainly for testing).
+* and [the block encryption utilities](utils/block#block-encryption-utilities) (used mainly for testing).
## Running on older CPUs