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 verbosity needed


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: more verbosity needed
Date: Tue, 01 Oct 2019 13:18:53 +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 43b1052  more verbosity needed
43b1052 is described below

commit 43b10529ccaeaecd137b9fa7db4902f48a8f8530
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 1 13:18:47 2019 +0200

    more verbosity needed
---
 libeufin/api-sandbox.rst | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 7ddf5a3..5d2ec83 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -101,18 +101,20 @@ HTTP API
         // "Time of processing of the corresponding EBICS order".  HH:MM:SS 
format.
         time: string;
 
-        // Recipient.  Bank "ID" (FIXME to be specified).
+        // Recipient.  Bank "ID" (better explain this).
         recipient: string;
 
         // Electronic signature version.  A004, for example.
         version: string;
 
-        // RSA key exponent
+        // Length in bits of the key exponent.
         exponent_length: number;
+        // RSA key exponent in hexadecimaml notation.
         exponent: string;
 
-        // RSA key modulus
+        // Length in bits of the key modulus.
         modulus_length: number;
+        // RSA key modulus in hexadecimaml notation.
         modulus: string;
 
         // RSA key hash
@@ -142,7 +144,7 @@ HTTP API
         recipient: string;
 
         ////////////////////////////////////////////////////
-        // Identification and authentication key details. //
+        // Identification and Authentication key details. //
         ////////////////////////////////////////////////////
 
         // Identification and authentication signature version, X002
@@ -151,12 +153,12 @@ HTTP API
 
         // length of the exponent, in bits.
         ia_exp_length: number;
-        // RSA key exponent
+        // RSA key exponent in hexadecimaml notation.
         ia_exponent: string;
 
         // length of the modulus, in bits.
         ia_mod_length: number;
-        // RSA key modulus
+        // RSA key modulus in hexadecimaml notation.
         ia_modulus: string;
 
         // Hash of the identification and authentication key.
@@ -171,12 +173,12 @@ HTTP API
 
         // length of the exponent, in bits.
         enc_exp_length: number;
-        // RSA key exponent
+        // RSA key exponent in hexadecimaml notation.
         enc_exponent: string;
 
         // length of the modulus, in bits.
         enc_mod_length: number;
-        // RSA key modulus
+        // RSA key modulus in hexadecimaml notation.
         enc_modulus: string;
 
         // RSA key hash.

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



reply via email to

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