Skip to content

Commit

Permalink
Fix typo in example documentation
Browse files Browse the repository at this point in the history
This typo got introduced with ebfef94
(Update examples).
  • Loading branch information
rettichschnidi authored and Legrandin committed May 12, 2024
1 parent 061067b commit a6b6ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/src/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Encrypt data with AES

The following code generates a new AES-128 key and encrypts a piece of data into a file.
We use the :ref:`CTR mode <ctr_mode>` (which is a :ref:`classic mode of operation <classic_cipher_modes>`,
simple but not erecommended anymore).
simple but not recommended anymore).

With CTR alone, the receiver is not able to detect if the *ciphertext* (i.e., the encrypted
data) was modified while in transit. To address that risk, we also attach
Expand Down

0 comments on commit a6b6ecd

Please sign in to comment.