IHashTransform Interface
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Represents a hash transform.
Syntax
public interface IHashTransform : IDisposable
Inherited Members
Properties
Name | Description |
---|---|
HashSize | Represents the size, in bits, of the computed hash code. |
Methods
Name | Description |
---|---|
GetHash() | Gets the value of the computed hash code. |
Process(Byte[], Int32, Int32) | Computes the hash value for the specified region of the input byte array. |
Reset() | Resets the transform. |