diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-27 23:53:08 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-11-27 23:53:08 -0500 |
commit | 39aa1b26e3800d4b5a802adb52a451e56f6fff5d (patch) | |
tree | 82f8d542b42226913705436302d43730b5d4066d | |
parent | ef613493d0e647ee9a06bd7769e4a8a913f77eb5 (diff) | |
download | docs-39aa1b26e3800d4b5a802adb52a451e56f6fff5d.tar.gz docs-39aa1b26e3800d4b5a802adb52a451e56f6fff5d.tar.bz2 docs-39aa1b26e3800d4b5a802adb52a451e56f6fff5d.zip |
add period at end of sentence (four instances)
-rw-r--r-- | anastasis.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/anastasis.rst b/anastasis.rst index 339770e..fb1fdc4 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -214,11 +214,11 @@ key material using an HKDF over a nonce and the kdf_id. **HKDF()**: The HKDF-function uses two phases: First we use HMAC-SHA512 for the extraction phase, then HMAC-SHA256 is used for expansion phase. -**kdf_id**: Hashed identifier +**kdf_id**: Hashed identifier. -**keysize**: Size of the AES symmetric key, here 32 bytes +**keysize**: Size of the AES symmetric key, here 32 bytes. -**ivsize**: Size of the AES GCM IV, here 12 bytes +**ivsize**: Size of the AES GCM IV, here 12 bytes. **prekey**: Original key material. @@ -227,7 +227,7 @@ avoid key reuse. So, we have to use different nonces to get different keys and i **key**: Symmetric key which is later used to encrypt the documents with AES256-GCM. -**iv**: IV which will be used for AES-GCM +**iv**: IV which will be used for AES-GCM. --------- |