this.curve = curve; this.G = G; this.n = n; this.h = ONE; this.seed = null;
this.curve = curve; this.G = G; this.n = n; this.h = h; this.seed = null;
this.curve = curve; this.G = G; this.n = n; this.h = h; this.seed = seed;
return curve;
return G;
return h;
return n;
return seed;