diff options
Diffstat (limited to 'cryptography/hazmat')
-rw-r--r-- | cryptography/hazmat/primitives/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index ec970e68..6bda6478 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -469,7 +469,7 @@ class CMACContext(object): def finalize(self): """ - Returns the results of processing the final block as bytes. + Returns the message authentication code as bytes. """ @abc.abstractmethod |