singe/thirdparty/openssl/python-ecdsa/src/ecdsa/errors.py
2023-11-16 22:15:24 -06:00

4 lines
130 B
Python

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