We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db62ec9 commit c563b57Copy full SHA for c563b57
docs/hazmat/primitives/symmetric-encryption.rst
@@ -395,7 +395,7 @@ Modes
395
:meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`.
396
Otherwise, the tag is mandatory.
397
398
- :param bytes min_tag_length: The minimum length ``tag`` must be. By default
+ :param int min_tag_length: The minimum length ``tag`` must be. By default
399
this is ``16``, meaning tag truncation is not allowed. Allowing tag
400
truncation is strongly discouraged for most applications.
401
0 commit comments