summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-16 12:01:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-16 12:01:12 +0200
commit5875eaafe5e9f5d1c8b2a2a4f38d19929af52b52 (patch)
tree060bd45b56f5b87f82d5595e0983c14a7e21faf3
parent6e6d45955a36785c8c2875f85299bf1e00588291 (diff)
downloadanastasis-5875eaafe5e9f5d1c8b2a2a4f38d19929af52b52.tar.gz
anastasis-5875eaafe5e9f5d1c8b2a2a4f38d19929af52b52.tar.bz2
anastasis-5875eaafe5e9f5d1c8b2a2a4f38d19929af52b52.zip
-fix doc
-rw-r--r--doc/sphinx/rest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
index 152a65e..0a081c4 100644
--- 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
}