(
self: Cipher[modes.ModeWithAuthenticationTag],
)
| 117 | |
| 118 | @typing.overload |
| 119 | def decryptor( |
| 120 | self: Cipher[modes.ModeWithAuthenticationTag], |
| 121 | ) -> AEADDecryptionContext: ... |
| 122 | |
| 123 | @typing.overload |
| 124 | def decryptor( |
no outgoing calls