Hash<TOptions> Class
Definition
Represents the base class from which all implementations of hash algorithms and checksums should derive.
public abstract class Hash<TOptions> : Hash, IHash, IConfigurable<TOptions> where TOptions : ConvertibleOptions, new()
Type Parameters
TOptionsThe type of the configured options.
- Inheritance
-
Hash<TOptions>
- Implements
-
IConfigurable<TOptions>
- Derived
- Inherited Members
Constructors
| Name | Description |
|---|---|
| Hash(Action<TOptions>) | Initializes a new instance of the Hash<TOptions> class. |
Properties
| Name | Description |
|---|---|
| Options | Gets the configured options of this instance. |
Methods
| Name | Description |
|---|---|
| EndianInitializer(EndianOptions) | The endian-initializer of this instance. |