Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
Hasher→
HasherProxy
Wraps a .NET hash algorithm.
public class HasherProxy : Hasher
Constructor | Description |
---|---|
HasherProxy(Func<HashAlgorithm>) | Initializes a new instances of HasherProxy class with the specified algorithm factory. |
Property | Description |
---|---|
Size | Gets the size, in bits, of the computed hash code. |
Method | Description |
---|---|
Compute(Byte[]) | Returns the hash code of a specified array of bytes. |
Compute(Stream) | Returns the hash code of content of a specified stream. |
Any public member of this type, either static or instance, is thread-safe.
This document is generated by DG.