gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: correction anastasis spec


From: gnunet
Subject: [taler-docs] branch master updated: correction anastasis spec
Date: Mon, 13 Apr 2020 18:37:19 +0200

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

dennis-neufeld pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 4e05ec8  correction anastasis spec
4e05ec8 is described below

commit 4e05ec8010ff4b93c5aeadd39f43f9d166d8028a
Author: Dennis Neufeld <address@hidden>
AuthorDate: Mon Apr 13 16:35:23 2020 +0000

    correction anastasis spec
---
 anastasis.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index 73a2eed..0140e33 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -691,7 +691,7 @@ charge per truth operation using GNU Taler.
     interface TruthUploadRequest {
       // Contains the information of an interface `EncryptedKeyShare`, but 
simply
       // as one binary block (in Crockford Base32 encoding for JSON).
-      key_share_data: []; //bytearray of undefined length
+      key_share_data: []; //bytearray
     
       // Key share method, i.e. "security question", "SMS", "e-mail", ...
       method: string;
@@ -710,7 +710,7 @@ charge per truth operation using GNU Taler.
       //
       // The nonce of the HKDF for this encryption must include the
       // string "ECT".
-      encrypted_truth: []; //bytearray of undefined length
+      encrypted_truth: [80]; //bytearray
 
       // mime type of truth, i.e. text/ascii, image/jpeg, etc.
       truth_mime: string;
@@ -772,7 +772,7 @@ charge per truth operation using GNU Taler.
       // the HKDF may additionally include
       // bits from the response (i.e. some hash over the
       // answer to the security question)
-      encrypted_key_share_i: []; //bytearray of undefined length
+      encrypted_key_share_i: [32]; //bytearray
 
     }
 

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



reply via email to

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