aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 01:18:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 01:18:24 +0300
commitf752dfe56b67f2729df0c54c83612ba36f8133bc (patch)
tree9d392157a1d9ae0d112260c5dedc7ec535d38291 /README.md
parentcxx: implement more stuff (diff)
downloadaes-tools-f752dfe56b67f2729df0c54c83612ba36f8133bc.tar.gz
aes-tools-f752dfe56b67f2729df0c54c83612ba36f8133bc.zip
remove specialized buffer encryption functions
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b198ce..b8acb60 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Remember that in order to link to the static Boost libraries, you also have to p
A couple of useful utilities built on top of the library are included.
Namely,
-* [the file encryption utilities](utils/file/cxx#file-encryption-utilities),
+* [the file encryption utilities](utils/file#file-encryption-utilities),
* and [the block encryption utilities](utils/block/cxx#block-encryption-utilities) (used mainly for testing).
## Running on older CPUs