Files
vconnect-api/venv/lib/python3.12/site-packages/ecdsa/errors.py
2025-12-08 21:35:55 +09:00

5 lines
130 B
Python

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