aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c4
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);
}