public void setUp() { // fp = new ECPointTest.Fp(); Fp.CreatePoints(); // f2m = new ECPointTest.F2m(); F2m.CreatePoints(); }
public void SetUp() { Fp.CreatePoints(); F2m.CreatePoints(); }
public ECPointVerifierTests() { Fp.CreatePoints(); }