diff options
Diffstat (limited to 'src/aead/aead.h')
-rw-r--r-- | src/aead/aead.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aead/aead.h b/src/aead/aead.h index eb9e7ec7d..0aa50f348 100644 --- a/src/aead/aead.h +++ b/src/aead/aead.h @@ -48,7 +48,7 @@ class AEAD_Mode : public SymmetricAlgorithm /** * Set associated data that is not included in the ciphertext but * that should be authenticated. Must be called after set_key - * and before end_msg. + * and before finish. * * Unless reset by another call, the associated data is kept * between messages. Thus, if the AD does not change, calling |