summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--anastasis-db.pngbin34685 -> 33117 bytes
-rw-r--r--anastasis.rst6
2 files changed, 4 insertions, 2 deletions
diff --git a/anastasis-db.png b/anastasis-db.png
index 5afa96ba..71a298e9 100644
--- a/anastasis-db.png
+++ b/anastasis-db.png
Binary files differ
diff --git a/anastasis.rst b/anastasis.rst
index a3728ba0..c645f869 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -454,6 +454,9 @@ Operations by the client are identified and authorized by $ACCOUNT_PUB, which
should be kept secret from third parties. $ACCOUNT_PUB should be an account
public key using the Crockford base32-encoding.
+In the following, UUID is always defined and used according to `RFC 4122`_.
+
+.. _`RFC 4122`: https://tools.ietf.org/html/rfc4122
.. http:get:: /policy/$ACCOUNT_PUB[?version=$NUMBER]
@@ -636,12 +639,11 @@ public key using the Crockford base32-encoding.
// escrow methods identified by UUID.
encrypted_master_key: [32]; //bytearray
- // List of escrow methods identified by their uuid
+ // List of escrow methods identified by their uuid.
uuid: string[];
}
-
.. _manage-truth: