aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-19 23:21:01 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-19 23:21:01 +0200
commitf6bacc5058d8049a44f25fcc7a931227ddcfb65e (patch)
tree2cf8eb2c7ffa654f0b924f68681ba92266d8cbdb /test_crypto.c
parent977de7747484be89d00aa70924cb937d0bed786c (diff)
downloadlibbrandt-f6bacc5058d8049a44f25fcc7a931227ddcfb65e.tar.gz
libbrandt-f6bacc5058d8049a44f25fcc7a931227ddcfb65e.zip
some doxygen fixes
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 ()
60 60
61 if (0 == tests_run) 61 if (0 == tests_run)
62 { 62 {
63 /**TODO: there has to be a better way to copy a point */ 63 /* \todo: there has to be a better way to copy a point */
64 gcry_mpi_ec_mul (g, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); 64 gcry_mpi_ec_mul (g, GCRYMPI_CONST_ONE, ec_gen, ec_ctx);
65 } 65 }
66 66
@@ -100,7 +100,7 @@ test_smc_zkp_2dle ()
100 100
101 if (0 == tests_run) 101 if (0 == tests_run)
102 { 102 {
103 /**TODO: there has to be a better way to copy a point */ 103 /* \todo: there has to be a better way to copy a point */
104 gcry_mpi_ec_mul (g1, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); 104 gcry_mpi_ec_mul (g1, GCRYMPI_CONST_ONE, ec_gen, ec_ctx);
105 gcry_mpi_ec_mul (g2, GCRYMPI_CONST_ONE, ec_gen, ec_ctx); 105 gcry_mpi_ec_mul (g2, GCRYMPI_CONST_ONE, ec_gen, ec_ctx);
106 } 106 }