TlsAgreement
Base interface for ephemeral key agreement calculator.
Calculate the agreed secret based on the calculator's current state.
byte[] GenerateEphemeral()
Generate an ephemeral key pair, returning the encoding of the public key.
Pass in the public key for the peer to the agreement calculator.