diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-04 11:30:43 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-04 11:30:43 +0200 |
commit | 1e30d60a25da52550c10f9c6606024f028f943d2 (patch) | |
tree | 5fb2a8131a5dea1121ea203ab5dca536da9d83fc /src/util | |
parent | c7c7ac60cf8b6dae5b9b8c0872dbe3d83020549d (diff) |
fixing misc doxygen issues
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/crypto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index d20c9a947..ce5bfac82 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -79,7 +79,7 @@ TALER_gcrypt_init () * @param coin_public_info the coin public info to check for validity * @return #GNUNET_YES if the coin is valid, * #GNUNET_NO if it is invalid - * #GNUNET_SYSERROR if an internal error occured + * #GNUNET_SYSERR if an internal error occured */ int TALER_test_coin_valid (const struct TALER_CoinPublicInfo *coin_public_info) @@ -205,10 +205,10 @@ TALER_setup_fresh_coin (const struct TALER_TransferSecretP *secret_seed, p[31] &= 0xf8; /* Clear bits 2..0 so that d mod 8 == 0 */ /* FIXME: Run GNUNET_CRYPTO_ecdhe_key_create several times and inspect - * the output to verify that the same bits are set and cleared. + * the output to verify that the same bits are set and cleared. * Is it worth also adding a test case that runs gcry_pk_testkey on * this key after first parsing it into libgcrypt's s-expression mess - * ala decode_private_eddsa_key from gnunet/src/util/crypto_ecc.c? + * ala decode_private_eddsa_key from gnunet/src/util/crypto_ecc.c? * It'd run check_secret_key but not test_keys from libgcrypt/cipher/ecc.c */ } |