IDigest interface IDigest Documentation Code string AlgorithmName { get; } void BlockUpdate(byte[] input, int inOff, int length) int DoFinal(byte[] output, int outOff) int GetByteLength() int GetDigestSize() void Reset() void Update(byte input)