Blake2bConfig class

Configuration class for the Blake2b hash function.

This class is used to specify various configuration parameters for the Blake2b hash function, including the key, salt, personalization string, and tree structure.

Constructors

Blake2bConfig({List<int>? key, List<int>? salt, List<int>? personalization, Blake2bTree? tree})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key List<int>?
The key used in the hash function, if provided.
final
personalization List<int>?
A custom personalization string.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt List<int>?
A salt value for customizing the hash.
final
tree Blake2bTree?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited