Correct curve name of ECPublicKey and ECPrivateKey
Open
hnvn
opened this issue 1 year ago
•
0 comments
The curve name get from readableName field can contain uppercase but the curve name from ECCurve is lowercase only so it is better to cast the readableName to lowercase.