pylibressl.exceptions¶
Cryptomodule exceptions
Module Contents¶
- exception pylibressl.exceptions.DigestReuseError¶
Bases:
ExceptionRaised when BaseHash.update() is called after BaseHash.digest().
- exception pylibressl.exceptions.PaddingError¶
Bases:
ExceptionRaised when decrypting message with incorrect padding using block cipher.
- exception pylibressl.exceptions.AuthencityError¶
Bases:
ExceptionCommon base class for all non-exit exceptions.