Vesta
255-bit prime field Weierstrass curve.Vesta curve from the Pasta curves.
Parameters
SAGE
p = 0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000001K = GF(p)a = K(0x00)b = K(0x05)E = EllipticCurve(K, (a, b))G = E(0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000000, 0x02)E.set_order(0x40000000000000000000000000000000224698fc094cf91b992d30ed00000001 * 0x01)
PARI/GP
p = 0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000001a = Mod(0x00, p)b = Mod(0x05, p)E = ellinit([a, b])E[16][1] = 0x40000000000000000000000000000000224698fc094cf91b992d30ed00000001 * 0x01G = [Mod(0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000000, p), Mod(0x02, p)]
JSON
{"name": "Vesta","desc": "Vesta curve from the [Pasta curves](https://electriccoin.co/blog/the-pasta-curves-for-halo-2-and-beyond/).","form": "Weierstrass","field": {"type": "Prime","p": "0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000001","bits": 255},"params": {"a": {"raw": "0x00"},"b": {"raw": "0x05"}},"generator": {"x": {"raw": "0x40000000000000000000000000000000224698fc0994a8dd8c46eb2100000000"},"y": {"raw": "0x02"}},"order": "0x40000000000000000000000000000000224698fc094cf91b992d30ed00000001","cofactor": "0x01"}