gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: document /seed API


From: gnunet
Subject: [taler-docs] branch master updated: document /seed API
Date: Fri, 01 May 2020 19:54:26 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 7e2ddb7  document /seed API
     new ebe1455  Merge branch 'master' of git+ssh://git.taler.net/docs
7e2ddb7 is described below

commit 7e2ddb7094d48a41051b4ebd763b8296f6224d6a
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri May 1 19:54:17 2020 +0200

    document /seed API
---
 core/api-exchange.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 5fe560a..2fbdfbb 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -76,6 +76,15 @@ possibly by using HTTPS.
 
   If the "Etag" is missing, the client should not cache the response and 
instead prompt the user again at the next opportunity. This is usually only the 
case if the privacy policy was not configured correctly.
 
+.. http:get:: /seed
+
+  Return an entropy seed. The exchange will return a high-entropy
+  value that will differ for every call.  The response is NOT in
+  JSON, but simply high-entropy binary data in the HTTP body.
+  This API can be used by wallets to guard themselves against
+  running on low-entropy (bad PRNG) hardware. Naturally, the entropy
+  returned MUST be mixed with locally generated entropy.
+
 .. http:get:: /keys
 
   Get a list of all denomination keys offered by the bank,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]