summaryrefslogtreecommitdiff
path: root/src/include/taler_pq_lib.h
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-18 08:46:48 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-18 08:47:44 +0200
commitb8ccad96cd8f6c4888cca01162ec7536bb8cc7d3 (patch)
tree9697547dea1152a5a5638acfe86881d706f38a05 /src/include/taler_pq_lib.h
parent8fe81d1ce49f34438c5de9b0414d10068372c48a (diff)
downloadexchange-b8ccad96cd8f6c4888cca01162ec7536bb8cc7d3.tar.gz
exchange-b8ccad96cd8f6c4888cca01162ec7536bb8cc7d3.tar.bz2
exchange-b8ccad96cd8f6c4888cca01162ec7536bb8cc7d3.zip
move query & result helpers to gnunet
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r--src/include/taler_pq_lib.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h
index 6fae8562a..f45de61d9 100644
--- a/src/include/taler_pq_lib.h
+++ b/src/include/taler_pq_lib.h
@@ -422,31 +422,6 @@ TALER_PQ_result_spec_array_amount (
struct TALER_Amount **amounts);
-/**
- * Blind sign public key expected.
- *
- * @param name name of the field in the table
- * @param[out] public_key where to store the denomination signature
- * @return array entry for the result specification to use
- */
-struct GNUNET_PQ_ResultSpec
-TALER_PQ_result_spec_blind_sign_pub (
- const char *name,
- struct GNUNET_CRYPTO_BlindSignPublicKey *public_key);
-
-
-/**
- * Blind sign private key expected.
- *
- * @param name name of the field in the table
- * @param[out] private_key where to store the denomination signature
- * @return array entry for the result specification to use
- */
-struct GNUNET_PQ_ResultSpec
-TALER_PQ_result_spec_blind_sign_priv (
- const char *name,
- struct GNUNET_CRYPTO_BlindSignPrivateKey *private_key);
-
#endif /* TALER_PQ_LIB_H_ */
/* end of include/taler_pq_lib.h */