diff options
Diffstat (limited to 'doc/sphinx/rest.rst')
-rw-r--r-- | doc/sphinx/rest.rst | 4 |
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`_. | |||
262 | 262 | ||
263 | // Variable-size encrypted recovery document. After decryption, | 263 | // Variable-size encrypted recovery document. After decryption, |
264 | // this contains a gzip compressed JSON-encoded `RecoveryDocument`. | 264 | // this contains a gzip compressed JSON-encoded `RecoveryDocument`. |
265 | // The nonce of the HKDF for this encryption must include the | 265 | // The salt of the HKDF for this encryption must include the |
266 | // string "ERD". | 266 | // string "erd". |
267 | encrypted_compressed_recovery_document: []; //bytearray of undefined length | 267 | encrypted_compressed_recovery_document: []; //bytearray of undefined length |
268 | 268 | ||
269 | } | 269 | } |