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: Some small changes


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: Some small changes
Date: Sun, 13 Oct 2019 21:03:38 +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 e2778f4  Some small changes
e2778f4 is described below

commit e2778f49fd30ca396b3145f9472f07ec5192c7aa
Author: Dennis Neufeld <address@hidden>
AuthorDate: Sun Oct 13 21:03:33 2019 +0200

    Some small changes
---
 anastasis.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index a40aabb..26a0e67 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -377,7 +377,7 @@ Receiving Terms of Service
 
   **Response:**
 
-  Returns a `EscrowTermsOfServiceResponse`_.
+  Returns an `EscrowTermsOfServiceResponse`_.
 
   .. _EscrowTermsOfServiceResponse:
   .. ts:def:: EscrowTermsOfServiceResponse
@@ -477,7 +477,7 @@ public key using the Crockford base32-encoding.
   code in case the resource matches the provided Etag.
 
   :status 200 OK:
-    The escrow provider responds with an `EncryptedRecoveryDocument`_ object.
+    The escrow provider responds with an EncryptedRecoveryDocument_ object.
   :status 304 Not modified:
     The client requested the same ressource it already knows.
   :status 400 Bad request:
@@ -564,7 +564,7 @@ public key using the Crockford base32-encoding.
       aes_gcm_tag: [16]; //bytearray
 
       // Variable-size encrypted recovery document. After decryption,
-      // this contains a gzip compressed JSON-encoded RecoveryDocument_.
+      // this contains a gzip compressed JSON-encoded `RecoveryDocument`.
       // The nonce of the HKDF for this encryption must include the
       // string "ERD".
       encrypted_compressed_recovery_document: []; //bytearray of undefined 
length
@@ -757,8 +757,8 @@ charge per truth operation using GNU Taler.
       aes_gcm_tag_i: [16]; //bytearray
 
       // Encrypted key-share in base32 encoding.
-      // After decryption, this yields a KeyShare_.  Note that
-      // the KeyShare_ MUST be encoded as a fixed-size binary
+      // After decryption, this yields a `KeyShare`.  Note that
+      // the `KeyShare` MUST be encoded as a fixed-size binary
       // block (instead of in JSON encoding).
       //
       // HKDF for the key generation must include the

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



reply via email to

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