youtube-summarizer/venv311/lib/python3.11/site-packages/ecdsa/errors.py

5 lines
130 B
Python

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