IDigest
The algorithm name.
Update the message digest with a block of bytes.
Update the message digest with a span of bytes.
Close the digest, producing the final digest value.
Close the digest, producing the final digest value.
int GetByteLength()
Return the size, in bytes, of the internal buffer used by this digest.
int GetDigestSize()
Return the size, in bytes, of the digest produced by this message digest.
void Reset()
Reset the digest back to its initial state.
Update the message digest with a single byte.