summaryrefslogtreecommitdiffstats
path: root/src/crypto.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-27 23:30:48 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-27 23:30:48 +0200
commitb9f329256d5911d9694b44ce1e4545d78fdd5340 (patch)
tree91c498a4690acda8bb53e8be202a34994cf946e5 /src/crypto.h
parent64c79271c75987d94975cc3855617898b332b5a0 (diff)
downloadfastd-b9f329256d5911d9694b44ce1e4545d78fdd5340.tar
fastd-b9f329256d5911d9694b44ce1e4545d78fdd5340.zip
More documentation
Diffstat (limited to 'src/crypto.h')
-rw-r--r--src/crypto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto.h b/src/crypto.h
index de2bddf..a228f5a 100644
--- a/src/crypto.h
+++ b/src/crypto.h
@@ -23,6 +23,12 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ \file src/crypto.h
+
+ Cyptographic algorithm API and utilities
+*/
+
#pragma once