From 144b8596db7b45e22448e63d115b9902c14259fd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 12 Jun 2015 03:36:57 +0300 Subject: add function docs to parts of the library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8a10fb6..18deb3f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ You can then run a program like this: > sde -- aes128ecb_encrypt_block.exe 000102030405060708090a0b0c0d0e0f 00112233445566778899aabbccddeeff 69c4e0d86a7b0430d8cdb78070b4c55a +## Documentation + +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. + ## Testing See [Testing](https://github.com/egor-tensin/aesni/tree/master/test#testing). -- cgit v1.2.3