diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-07 17:32:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-07-07 17:32:22 +0300 |
commit | ea8e6afe8e553064c427cde26448193811321f05 (patch) | |
tree | 293e7e9395df18becd3f8ebe25d8931583303d82 /README.md | |
parent | utils: rearrange files (diff) | |
download | aes-tools-ea8e6afe8e553064c427cde26448193811321f05.tar.gz aes-tools-ea8e6afe8e553064c427cde26448193811321f05.zip |
README updates
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -30,9 +30,13 @@ You can then run an executable like this: You can generate the docs using [Doxygen](http://www.stack.nl/~dimitri/doxygen/). The docs will be put into the `doc` directory in the repository's root. +## Utilities + +See [Utilities](utils#utilities). + ## Testing -See [Testing](https://github.com/egor-tensin/aesni/tree/master/test#testing). +See [Testing](test#testing). ## Licensing |