DiffieHellman constructor

DiffieHellman([
  1. BigInt p,
  2. BigInt g,
  3. int secretBits
])

Implementation

DiffieHellman([this.p, this.g, this.secretBits]);