private static PP getPP() { if (instance == null) { instance = new PP(); } return(instance); }
public LTCurve() { this.pp = PP.getPPArray(); }