Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
368 stars 79 forks source link

Correct curve name of ECPublicKey and ECPrivateKey #114

Open hnvn opened 1 month ago

hnvn commented 1 month ago

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.