Closed Aurvandill closed 1 year ago
By mistake i made a mistake when implementing the serialization of the Elliptic Curve Private Keys. Instead of just dumping the private_numbers().private_value i encoded the key with the DER encoding.
private_numbers().private_value
this mistake will be fixed by PR #137
Sorry for the mistake
with best regards Aurvandill
@dajiaji sorry for the inconvenience but did you already have time to look at this?
Resolved by #137
By mistake i made a mistake when implementing the serialization of the Elliptic Curve Private Keys. Instead of just dumping the
private_numbers().private_value
i encoded the key with the DER encoding.this mistake will be fixed by PR #137
Sorry for the mistake
with best regards Aurvandill