calculateAgreement abstract method
given a public key from a given party calculate the next message in the agreement sequence.
Implementation
BigInt calculateAgreement(ECPublicKey pubKey);
given a public key from a given party calculate the next message in the agreement sequence.
BigInt calculateAgreement(ECPublicKey pubKey);