Raised when a cipher known to be insecure is attempted to be used to encrypt data
| 36 | |
| 37 | |
| 38 | class PGPInsecureCipherError(Exception): |
| 39 | """Raised when a cipher known to be insecure is attempted to be used to encrypt data""" |
| 40 | pass |
| 41 | |
| 42 | |
| 43 | class WontImplementError(NotImplementedError): |
no outgoing calls
no test coverage detected
searching dependent graphs…