Files
chat/venv/lib/python3.12/site-packages/ecdsa/errors.py
Andrew K. Choi ddce9f5125
All checks were successful
continuous-integration/drone/push Build is passing
Major fixes and new features
2025-09-25 15:51:48 +09:00

5 lines
130 B
Python

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