From 9e3072d8c80e1ccf2efe851acd046782cc574dbd Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 17 Aug 2018 19:09:44 +0200 Subject: proving key still missing --- src/zklaim/zklaim_functions.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/zklaim/zklaim_functions.h') 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, const struct GNUNET_CRYPTO_EcdsaPrivateKey *key, GNUNET_ZKLAIM_PayloadIterator iter, void *iter_cls); + +int +ZKLAIM_context_prove (struct GNUNET_ZKLAIM_Context *ctx, + GNUNET_ZKLAIM_PredicateIterator iter, + void *iter_cls); + #endif -- cgit v1.2.3