TlsHash
Interface for message digest, or hash, services.
byte[] CalculateHash()
Return calculated hash for any input passed in.
Return a clone of this hash object representing its current state.
void Reset()
Reset the hash underlying this service.
Update the hash with the passed in input.