From 949ade04cabd4b76c37061dec05945a3c0ee95ee Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Thu, 17 Oct 2019 16:09:13 +0200 Subject: Modified db schema --- anastasis.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'anastasis.rst') 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: -- cgit v1.2.3