Add defaults to GCM.__init__ arguments (#6207)

This commit is contained in:
Huw Jones
2021-10-28 12:57:40 +02:00
committed by GitHub
parent 9f691d9c6e
commit ce7484f70b
2 changed files with 1 additions and 2 deletions
@@ -12,7 +12,6 @@ cryptography.hazmat.primitives.asymmetric.dsa.AsymmetricVerificationContext
cryptography.hazmat.primitives.asymmetric.ec.AsymmetricVerificationContext
cryptography.hazmat.primitives.asymmetric.rsa.AsymmetricVerificationContext
cryptography.hazmat.primitives.ciphers.aead.AESCCM.__init__
cryptography.hazmat.primitives.ciphers.modes.GCM.__init__
cryptography.hazmat.primitives.cmac.CMAC.__init__
cryptography.hazmat.primitives.hashes.BLAKE2b.__init__
cryptography.hazmat.primitives.hashes.BLAKE2s.__init__