File size: 130 Bytes
4ae0b03
 
 
 
1
2
3
4
5
class MalformedPointError(AssertionError):
    """Raised in case the encoding of private or public key is malformed."""

    pass