Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
Hasher
Defines an abstract hash algorithm.
public abstract class Hasher
Constructor | Description |
---|---|
Hasher() | Initializes a new instance of Hasher class. |
Property | Description |
---|---|
Size | Gets the size, in bits, of the computed hash code. |
Method | Description |
---|---|
Compute(Byte[]) | Returns the hash code of the specified array of bytes. |
Compute(Stream) | Returns the hash code of content of the specified System.IO.Stream object. |
Compute(string) | Returns the hash code of the specified string. |
This document is generated by DG.