Blake2BTreeConfig Class

Parameters for the tree hash.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.170 -- Release Build+ca3065dc8f8b84c59ee38bd3367c3e71f3818071
public sealed class Blake2BTreeConfig
Inheritance
Object    Blake2BTreeConfig

Constructors

Blake2BTreeConfig Initializes a new instance of the Blake2BTreeConfig class.

Properties

FanOut Gets or sets the tree fan out value.
IntermediateHashSize Gets or sets the intermediate hash size.
LeafSize Gets or sets the tree leaf size.
MaxHeight Gets or sets the tree maximum height.

Methods

CreateInterleaved Create an instance of the Blake2BTreeConfig for parallel hash computation.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also