Open hnvn opened 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.
readableName
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 thereadableName
to lowercase.