commit ead703477c4b971b814aa9c213a1ede236e777cd parent da26b0586fcace146643c4fb7290697e714f2ffa Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 30 Jun 2015 21:28:04 +0200 Merge branch 'master' of git+ssh://taler.net/var/git/api Diffstat:
| M | api-mint.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/api-mint.rst b/api-mint.rst @@ -585,10 +585,10 @@ binary-compatible with the implementation of the mint. Test hashing and Crockford base32_ encoding. :reqheader Content-Type: application/json - :<json base32 input: some base32_-encoded value + :<json base32 input: a (JSON stringified) object having a filed named `input` whose value is some base32_-encoded value :status 200: the operation succeeded :resheader Content-Type: application/json - :>json base32 output: base32_-encoded hash of the input value + :>json base32 output: a (JSON stringified) object having a filed named `output` whose value is the base32_-encoded hash of the input value .. http:POST:: /test/encrypt @@ -628,7 +628,7 @@ binary-compatible with the implementation of the mint. :reqheader Content-Type: application/json :<json base32 eddsa_pub: EdDSA public key - :<json base32 eddsa_sig: EdDSA signature using purpose TALER_SIGNATURE_CLIENT_TEST_EDDSA + :<json base32 eddsa_sig: EdDSA signature using purpose TALER_SIGNATURE_CLIENT_TEST_EDDSA. Note: the signed payload must be empty, we sign just the purpose here. :status 200: the signature was valid :resheader Content-Type: application/json :>json base32 eddsa_pub: Another EdDSA public key