Files
LinedanceAfspiller/venv/lib/python3.12/site-packages/ecdsa/errors.py
2026-04-09 21:54:18 +02:00

5 lines
130 B
Python

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