diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-27 23:30:48 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-27 23:30:48 +0200 |
commit | b9f329256d5911d9694b44ce1e4545d78fdd5340 (patch) | |
tree | 91c498a4690acda8bb53e8be202a34994cf946e5 /src/crypto.h | |
parent | 64c79271c75987d94975cc3855617898b332b5a0 (diff) | |
download | fastd-b9f329256d5911d9694b44ce1e4545d78fdd5340.tar fastd-b9f329256d5911d9694b44ce1e4545d78fdd5340.zip |
More documentation
Diffstat (limited to 'src/crypto.h')
-rw-r--r-- | src/crypto.h | 6 |
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 |