AntonKueltz / fastecdsa

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

Fix for exporting keys. #62

Closed trevor-crypto closed 3 years ago

trevor-crypto commented 3 years ago

'b' option is needed to output bytes to file.

AntonKueltz commented 3 years ago

Good catch, SEC1Encoder indeed writes bytes, merging and testing now.