calculateAgreement abstract method

BigInt calculateAgreement(
  1. ECPublicKey pubKey
)

given a public key from a given party calculate the next message in the agreement sequence.

Implementation

BigInt calculateAgreement(ECPublicKey pubKey);