computeSecret method

BigInt computeSecret(
  1. BigInt f
)

Implementation

BigInt computeSecret(BigInt f) => (this.f = f).modPow(x, p);