Blake2BTreeConfig Class

Parameters for the tree hash.

Definition

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