aboutsummaryrefslogblamecommitdiff
path: root/frozen_deps/ecdsa/errors.py
blob: 0184c05b1c863ad99c8f293e780d53998cf1a49e (plain) (tree)
1
2
3
4



                                                                            
class MalformedPointError(AssertionError):
    """Raised in case the encoding of private or public key is malformed."""

    pass