AntonKueltz / fastecdsa

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

Fix some compatible issue for python 3 #18

Closed clouds56 closed 6 years ago

AntonKueltz commented 6 years ago

Thanks for noticing that the ASN.1 stuff isn't python version agnostic. I'm going to write a couple tests for the ASN.1 parsing stuff, it was originally an "undocumented feature" but it looks like folks are using it so it should be robust, once this passes the CI tests I'll merge it in.