aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-11 05:31:17 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-11 05:31:17 +0000
commitfcd0fc3364947071944cba0420d27cf267a3b146 (patch)
tree289418a85330d1db1eeff9f844ac56c69b688580 /src/common/crypto.c
parent691265df0c5b7c0c9da78c7513fe2385665d9a55 (diff)
downloadtor-fcd0fc3364947071944cba0420d27cf267a3b146.tar
tor-fcd0fc3364947071944cba0420d27cf267a3b146.tar.gz
flesh out the source file descriptions for doxygen
svn:r4404
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r--src/common/crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index d05d01269..1b418ca8b 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -6,8 +6,8 @@ const char crypto_c_id[] = "$Id$";
/**
* \file crypto.c
- *
- * \brief Low-level cryptographic functions.
+ * \brief Wrapper functions to present a consistent interface to
+ * public-key and symmetric cryptography operations from OpenSSL.
**/
#include "orconfig.h"