Skip to content

Commit c563b57

Browse files
reaperhulkalex
authored andcommitted
min_tag_length is an int (#4351)
1 parent db62ec9 commit c563b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hazmat/primitives/symmetric-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Modes
395395
:meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`.
396396
Otherwise, the tag is mandatory.
397397

398-
:param bytes min_tag_length: The minimum length ``tag`` must be. By default
398+
:param int min_tag_length: The minimum length ``tag`` must be. By default
399399
this is ``16``, meaning tag truncation is not allowed. Allowing tag
400400
truncation is strongly discouraged for most applications.
401401

0 commit comments

Comments
 (0)