summaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint-lib/mint_api_json.h')
-rw-r--r--src/mint-lib/mint_api_json.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mint-lib/mint_api_json.h b/src/mint-lib/mint_api_json.h
index 2af5588e5..68809059e 100644
--- a/src/mint-lib/mint_api_json.h
+++ b/src/mint-lib/mint_api_json.h
@@ -69,11 +69,6 @@ enum MAJ_Command
MAJ_CMD_RSA_SIGNATURE,
/**
- * Parse object with EdDSA signature and purpose at current position.
- */
- MAJ_CMD_EDDSA_SIGNATURE,
-
- /**
* Parse `const char *` JSON string at current position.
*/
MAJ_CMD_STRING,
@@ -310,20 +305,6 @@ MAJ_spec_amount (const char *name,
/**
- * Specification for parsing an EdDSA object signature with purpose.
- * Also validates the signature (!).
- *
- * @param name name of the JSON field
- * @param purpose_p where to store the purpose
- * @param pub_key public key to use for validation
- */
-struct MAJ_Specification
-MAJ_spec_eddsa_signed_purpose (const char *name,
- struct GNUNET_CRYPTO_EccSignaturePurpose **purpose_p,
- const struct GNUNET_CRYPTO_EddsaPublicKey *pub_key);
-
-
-/**
* Specification for parsing an RSA public key.
*
* @param name name of the JSON field