Rename test

This commit is contained in:
Paul Miller 2023-01-13 00:29:54 +00:00
parent 2d37edf7d1
commit d1770c0ac7
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -593,7 +593,7 @@ for (const name in CURVES) {
}
}
should('Secp224k1 sqrt bug', () => {
should('secp224k1 sqrt bug', () => {
const { Fp } = secp224r1.CURVE;
const sqrtMinus1 = Fp.sqrt(-1n);
// Verified against sage