This commit is contained in:
Paul Miller 2023-04-08 19:23:42 +00:00
parent 851af4f1bc
commit 5d54bba846
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -1009,7 +1009,7 @@ describe('hash-to-curve (against Killic)', () => {
}); });
deepStrictEqual(p.toHex(false), t.expected); deepStrictEqual(p.toHex(false), t.expected);
}); });
} }
}); });
const VECTORS_ENCODE_G1 = [ const VECTORS_ENCODE_G1 = [
{ {
@ -1048,7 +1048,7 @@ describe('hash-to-curve (against Killic)', () => {
}); });
deepStrictEqual(p.toHex(false), t.expected); deepStrictEqual(p.toHex(false), t.expected);
}); });
} }
}); });
// Point G2 // Point G2
const VECTORS_G2 = [ const VECTORS_G2 = [