Dart-Basic-Utils icon indicating copy to clipboard operation
Dart-Basic-Utils copied to clipboard

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.

hnvn avatar Oct 16 '24 11:10 hnvn