aboutsummaryrefslogtreecommitdiff
path: root/crypto.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-19 18:42:19 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-19 18:42:19 +0200
commitb982bea837013a3f73360524ae5774007bbb2fb7 (patch)
tree9707b2662ccbc203113e95a5f7338d47ebfbe4f3 /crypto.c
parent18421619e8c76210909fa192fb50bb82ec0062cc (diff)
downloadlibbrandt-b982bea837013a3f73360524ae5774007bbb2fb7.tar.gz
libbrandt-b982bea837013a3f73360524ae5774007bbb2fb7.zip
minor docu clarification
Diffstat (limited to 'crypto.c')
-rw-r--r--crypto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto.c b/crypto.c
index b4f71e4..31ba396 100644
--- a/crypto.c
+++ b/crypto.c
@@ -203,7 +203,8 @@ brandt_mpi_scan_unsigned (gcry_mpi_t *result, const void *data, size_t size)
203/** 203/**
204 * brandt_ec_skey_create 204 * brandt_ec_skey_create
205 * 205 *
206 * @param[out] skey where to store the generated secret key 206 * @param[out] skey where to store the generated secret key. This has to be an
207 * already initialized mpi.
207 */ 208 */
208void 209void
209brandt_ec_skey_create (gcry_mpi_t skey) 210brandt_ec_skey_create (gcry_mpi_t skey)