Create a PublicKey from a curve point p @param {ListBigInt} p - curve point
PublicKey(List<BigInt> p) { this.p = p; }