From 6516ced3f6bdbedb43a40023f3336097662bfc03 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Apr 2022 08:52:15 +0200 Subject: -rename fest for #7045 --- doc/sphinx/rest.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/sphinx/rest.rst') diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst index 6943387..7aa645d 100644 --- a/doc/sphinx/rest.rst +++ b/doc/sphinx/rest.rst @@ -80,7 +80,7 @@ Receiving Configuration // **provider salt** is then used in various operations to ensure // cryptographic operations differ by provider. A provider must // never change its salt value. - server_salt: string; + provider_salt: string; } @@ -348,7 +348,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_. truth_key: [32]; //bytearray // Salt used to hash the security answer if appliccable. - truth_salt: [32]; //bytearray + question_salt: [32]; //bytearray // Salt from the provider to derive the user ID // at this provider. @@ -371,7 +371,7 @@ In the following, UUID is always defined and used according to `RFC 4122`_. interface DecryptionPolicy { // Salt included to encrypt master key share when // using this decryption policy. - salt: [32]; //bytearray + master_salt: [32]; //bytearray // Master key, AES-encrypted with key derived from // salt and keyshares revealed by the following list of -- cgit v1.2.3