anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 5875eaafe5e9f5d1c8b2a2a4f38d19929af52b52
parent 6e6d45955a36785c8c2875f85299bf1e00588291
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 16 Aug 2021 12:01:12 +0200

-fix doc

Diffstat:
Mdoc/sphinx/rest.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst @@ -262,8 +262,8 @@ In the following, UUID is always defined and used according to `RFC 4122`_. // Variable-size encrypted recovery document. After decryption, // this contains a gzip compressed JSON-encoded `RecoveryDocument`. - // The nonce of the HKDF for this encryption must include the - // string "ERD". + // The salt of the HKDF for this encryption must include the + // string "erd". encrypted_compressed_recovery_document: []; //bytearray of undefined length }