From: Loup Vaillant Date: Mon, 5 Jun 2017 20:55:36 +0000 (+0200) Subject: manual: minor correction X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=5d5621c815bb21ffd03ce50f27eada1b56d8df39;p=Monocypher.git manual: minor correction --- diff --git a/MANUAL b/MANUAL index 07a111d..9b8bb87 100644 --- a/MANUAL +++ b/MANUAL @@ -24,8 +24,6 @@ Always authenticate your messages. const uint8_t nonce[24], const uint8_t *plaintext, size_t text_size); -Authenticated encryption with additional data. - The inputs are: - `key`: a 32-byte session key, shared between you and the recipient.