From 7cc58b51973cb1ccd0ed91d4c533beaea7ce35ac Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 17 Oct 2021 21:27:00 +0200 Subject: docs: truth is not signed --- doc/sphinx/rest.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst index 487475e..a9b8fbc 100644 --- a/doc/sphinx/rest.rst +++ b/doc/sphinx/rest.rst @@ -510,17 +510,10 @@ charge per truth operation using GNU Taler. } - .. _KeyShare: - .. ts:def:: KeyShare interface KeyShare { - // Key material to concatenate with policy_salt and KDF to derive - // the key to decrypt the master key. + // Key material to derive the key to decrypt the master key. key_share: [32]; //bytearray - - // Signature over method, UUID, and ``key_share``. - account_sig: EddsaSignature; - } -- cgit v1.2.3