AntonKueltz / fastecdsa

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

Fix for exporting keys. #62

Closed trevor-crypto closed 4 years ago

trevor-crypto commented 4 years ago

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

AntonKueltz commented 4 years ago

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