Files
2026-02-08 14:42:58 +08:00

5 lines
130 B
Python

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