aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-15 22:12:27 +0000
committerGabor X Toth <*@tg-x.net>2016-01-15 22:12:27 +0000
commit61e8794662ce2fc6ca669906822840a3743b4b78 (patch)
tree1d774b5430a744416ab46b0d50245770da791bfe /src/include/gnunet_crypto_lib.h
parent50eaf8d7de763d25b7dae7ffdee8d7c6b5fe71ea (diff)
downloadgnunet-61e8794662ce2fc6ca669906822840a3743b4b78.tar.gz
gnunet-61e8794662ce2fc6ca669906822840a3743b4b78.zip
doxygen: add documentation links
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 4e6dc93ab..77b4d0452 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -29,9 +29,14 @@
29 * @author Tzvetan Horozov 29 * @author Tzvetan Horozov
30 * 30 *
31 * @defgroup crypto Crypto library: cryptographic operations 31 * @defgroup crypto Crypto library: cryptographic operations
32 * Provides cryptographic primitives.
33 *
34 * @see [Documentation](https://gnunet.org/crypto-api)
32 * 35 *
33 * @defgroup hash Crypto library: hash operations 36 * @defgroup hash Crypto library: hash operations
34 * Hashing and operations on hashes 37 * Provides hashing and operations on hashes.
38 *
39 * @see [Documentation](https://gnunet.org/crypto-api)
35 */ 40 */
36 41
37#ifndef GNUNET_CRYPTO_LIB_H 42#ifndef GNUNET_CRYPTO_LIB_H