summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-16 14:16:38 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-16 14:16:38 +0200
commit456434ec41337e60188ae402a621d568ba48dca7 (patch)
tree2de84b2e52e28e46d158558dd2c1322e9940f387 /src/include
parentf4a59d1cccd058b3180ea23ed9fdea69cb2129b8 (diff)
downloadexchange-456434ec41337e60188ae402a621d568ba48dca7.tar.gz
exchange-456434ec41337e60188ae402a621d568ba48dca7.tar.bz2
exchange-456434ec41337e60188ae402a621d568ba48dca7.zip
eliminating ECDSA support from json API (dead)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_json_lib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index 7e0955688..2f0c54498 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -65,18 +65,6 @@ TALER_json_from_eddsa_sig (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpo
/**
- * Convert a signature (with purpose) to a JSON object representation.
- *
- * @param purpose purpose of the signature
- * @param signature the signature
- * @return the JSON reporesentation of the signature with purpose
- */
-json_t *
-TALER_json_from_ecdsa_sig (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose,
- const struct GNUNET_CRYPTO_EcdsaSignature *signature);
-
-
-/**
* Convert RSA public key to JSON.
*
* @param pk public key to convert