LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
fastecdsa/__init__.py
fastecdsa/benchmark.py
fastecdsa/curve.py
fastecdsa/ecdsa.py
fastecdsa/keys.py
fastecdsa/point.py
fastecdsa/py.typed
fastecdsa/typing.py
fastecdsa/util.py
fastecdsa.egg-info/PKG-INFO
fastecdsa.egg-info/SOURCES.txt
fastecdsa.egg-info/dependency_links.txt
fastecdsa.egg-info/entry_points.txt
fastecdsa.egg-info/top_level.txt
fastecdsa/encoding/__init__.py
fastecdsa/encoding/asn1.py
fastecdsa/encoding/der.py
fastecdsa/encoding/pem.py
fastecdsa/encoding/sec1.py
fastecdsa/encoding/util.py
src/_ecdsa.c
src/_ecdsa.h
src/curve.c
src/curve.h
src/curveMath.c
src/curveMath.h
src/point.c
src/point.h
tests/test_brainpool_ecdh.py
tests/test_curve.py
tests/test_key_export_import.py
tests/test_key_recovery.py
tests/test_keygen.py
tests/test_nonce_generation.py
tests/test_p256_ecdsa.py
tests/test_point.py
tests/test_prehashed.py
tests/test_prime_field_curve_math.py
tests/test_rfc6979_ecdsa.py
tests/test_whitespace_parsing.py
tests/test_whycheproof_vectors.py