gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs] branch master updated: more keyletter details


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: more keyletter details
Date: Wed, 02 Oct 2019 12:11:21 +0200

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

marcello pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 1dcba6f  more keyletter details
1dcba6f is described below

commit 1dcba6ff0cc113b32c292ac71198036a7f93e6c6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 2 12:04:24 2019 +0200

    more keyletter details
---
 libeufin/api-sandbox.rst | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 0d8b389..619ee04 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -104,7 +104,7 @@ HTTP API
         // Identification token of the bank.  Not required to obey to any 
particular standard.
         recipient: string;
 
-        // Electronic signature version.  A004, for example.
+        // Electronic signature version.  Admitted values: A004, A005, A006.
         version: string;
 
         // Length in bits of the key exponent.
@@ -117,7 +117,10 @@ HTTP API
         // RSA key modulus in hexadecimaml notation.
         modulus: string;
 
-        // RSA key hash
+        // RSA key hash.
+        //
+        // A004 version requires hash type RIPEMD-160
+        // A005, A005 versions require hash type SHA-256.
         hash: string;
     }
 
@@ -147,41 +150,41 @@ HTTP API
         // Identification and Authentication key details. //
         ////////////////////////////////////////////////////
 
-        // Identification and authentication signature version, X002
-        // for example.
+        // Identification and authentication signature version.
+        // Admitted value: X002.
         ia_version: string;
 
         // length of the exponent, in bits.
-        ia_exp_length: number;
+        ia_exponent_length: number;
         // RSA key exponent in hexadecimaml notation.
         ia_exponent: string;
 
         // length of the modulus, in bits.
-        ia_mod_length: number;
+        ia_modulus_length: number;
         // RSA key modulus in hexadecimaml notation.
         ia_modulus: string;
 
-        // Hash of the identification and authentication key.
+        // SHA-256 hash of the identification and authentication key.
         ia_hash: string;
 
         /////////////////////////////
         // Encryption key details. //
         /////////////////////////////
 
-        // Encryption version, E002 for example.
+        // Encryption version.  Admitted value: E002.
         enc_version: string;
 
         // length of the exponent, in bits.
-        enc_exp_length: number;
+        enc_exponent_length: number;
         // RSA key exponent in hexadecimaml notation.
         enc_exponent: string;
 
         // length of the modulus, in bits.
-        enc_mod_length: number;
+        enc_modulus_length: number;
         // RSA key modulus in hexadecimaml notation.
         enc_modulus: string;
 
-        // RSA key hash.
+        // SHA-256 hash of the encryption key.
         enc_hash: string;
       }
     } 

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



reply via email to

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