summaryrefslogtreecommitdiff
path: root/doc/sphinx/rest.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-17 21:27:00 +0200
committerFlorian Dold <florian@dold.me>2021-10-17 21:27:00 +0200
commit7cc58b51973cb1ccd0ed91d4c533beaea7ce35ac (patch)
tree781146b5d7fdd7471b0e76d286a66a24da72b798 /doc/sphinx/rest.rst
parent827471e8aca3922b8493de7bca57bbf7a484cff6 (diff)
downloadanastasis-7cc58b51973cb1ccd0ed91d4c533beaea7ce35ac.tar.gz
anastasis-7cc58b51973cb1ccd0ed91d4c533beaea7ce35ac.tar.bz2
anastasis-7cc58b51973cb1ccd0ed91d4c533beaea7ce35ac.zip
docs: truth is not signed
Diffstat (limited to 'doc/sphinx/rest.rst')
-rw-r--r--doc/sphinx/rest.rst9
1 files changed, 1 insertions, 8 deletions
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;
-
}