AntonKueltz / fastecdsa

Python library for fast elliptic curve crypto
https://pypi.python.org/pypi/fastecdsa
The Unlicense
264 stars 77 forks source link

fastecdsa.encoding package is not accessible #30

Closed m-kus closed 5 years ago

m-kus commented 5 years ago

The EC compressing/uncompressing functional is great! Please add encoding package to the setup.py

AntonKueltz commented 5 years ago

Good catch, I think the easiest way to avoid this bug in the future is to use the setuptools.find_packages function to set the packages. I'll update accordingly, thanks!

m-kus commented 5 years ago

Yes, that's it. Thanks!