ECCurve_secp112r2 constructor
ECCurve_secp112r2()
Implementation
factory ECCurve_secp112r2() =>
constructFpStandardCurve('secp112r2', ECCurve_secp112r2._make,
q: BigInt.parse('db7c2abf62e35e668076bead208b', radix: 16),
a: BigInt.parse('6127c24c05f38a0aaaf65c0ef02c', radix: 16),
b: BigInt.parse('51def1815db5ed74fcc34c85d709', radix: 16),
g: BigInt.parse(
'044ba30ab5e892b4e1649dd0928643adcd46f5882e3747def36e956e97',
radix: 16),
n: BigInt.parse('36df0aafd8b8d7597ca10520d04b', radix: 16),
h: BigInt.parse('4', radix: 16),
seed: BigInt.parse('002757a1114d696e6768756151755316c05e0bd4',
radix: 16)) as ECCurve_secp112r2;