diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-19 23:21:01 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-19 23:21:01 +0200 |
commit | f6bacc5058d8049a44f25fcc7a931227ddcfb65e (patch) | |
tree | 2cf8eb2c7ffa654f0b924f68681ba92266d8cbdb /test_crypto.c | |
parent | 977de7747484be89d00aa70924cb937d0bed786c (diff) |
some doxygen fixes
Diffstat (limited to 'test_crypto.c')
-rw-r--r-- | test_crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_crypto.c b/test_crypto.c index a42a643..6d4a029 100644 --- a/test_crypto.c +++ b/test_crypto.c @@ -60,7 +60,7 @@ test_smc_zkp_dl () if (0 == tests_run) { - /**TODO: there has to be a better way to copy a point */ + /* \todo: there has to be a better way to copy a point */ gcry_mpi_ec_mul (g, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); } @@ -100,7 +100,7 @@ test_smc_zkp_2dle () if (0 == tests_run) { - /**TODO: there has to be a better way to copy a point */ + /* \todo: there has to be a better way to copy a point */ gcry_mpi_ec_mul (g1, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); gcry_mpi_ec_mul (g2, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); } |