diff options
| author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-19 18:42:19 +0200 |
|---|---|---|
| committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-19 18:42:19 +0200 |
| commit | b982bea837013a3f73360524ae5774007bbb2fb7 (patch) | |
| tree | 9707b2662ccbc203113e95a5f7338d47ebfbe4f3 | |
| parent | 18421619e8c76210909fa192fb50bb82ec0062cc (diff) | |
minor docu clarification
| -rw-r--r-- | crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -203,7 +203,8 @@ brandt_mpi_scan_unsigned (gcry_mpi_t *result, const void *data, size_t size) /** * brandt_ec_skey_create * - * @param[out] skey where to store the generated secret key + * @param[out] skey where to store the generated secret key. This has to be an + * already initialized mpi. */ void brandt_ec_skey_create (gcry_mpi_t skey) |
