aboutsummaryrefslogtreecommitdiff
path: root/src/zklaim/zklaim_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zklaim/zklaim_functions.h')
-rw-r--r--src/zklaim/zklaim_functions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zklaim/zklaim_functions.h b/src/zklaim/zklaim_functions.h
index 8542023db..6fda611fa 100644
--- a/src/zklaim/zklaim_functions.h
+++ b/src/zklaim/zklaim_functions.h
@@ -68,4 +68,10 @@ ZKLAIM_context_issue (struct GNUNET_ZKLAIM_Context *ctx,
68 const struct GNUNET_CRYPTO_EcdsaPrivateKey *key, 68 const struct GNUNET_CRYPTO_EcdsaPrivateKey *key,
69 GNUNET_ZKLAIM_PayloadIterator iter, 69 GNUNET_ZKLAIM_PayloadIterator iter,
70 void *iter_cls); 70 void *iter_cls);
71
72int
73ZKLAIM_context_prove (struct GNUNET_ZKLAIM_Context *ctx,
74 GNUNET_ZKLAIM_PredicateIterator iter,
75 void *iter_cls);
76
71#endif 77#endif