forked from tornado-packages/noble-curves
Rename test
This commit is contained in:
parent
2d37edf7d1
commit
d1770c0ac7
@ -593,7 +593,7 @@ for (const name in CURVES) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
should('Secp224k1 sqrt bug', () => {
|
should('secp224k1 sqrt bug', () => {
|
||||||
const { Fp } = secp224r1.CURVE;
|
const { Fp } = secp224r1.CURVE;
|
||||||
const sqrtMinus1 = Fp.sqrt(-1n);
|
const sqrtMinus1 = Fp.sqrt(-1n);
|
||||||
// Verified against sage
|
// Verified against sage
|
||||||
|
Loading…
Reference in New Issue
Block a user