Blake2BTreeConfig Class

Parameters for the tree hash.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
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