Skip to content

Commit

Permalink
min_tag_length is an int (#4351)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Jul 17, 2018
1 parent db62ec9 commit c563b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hazmat/primitives/symmetric-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Modes
:meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`.
Otherwise, the tag is mandatory.

: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
this is ``16``, meaning tag truncation is not allowed. Allowing tag
truncation is strongly discouraged for most applications.

Expand Down

0 comments on commit c563b57

Please sign in to comment.