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