Blake2sConfig class
Configuration class for the Blake2b hash function.
Constructors
-
Blake2sConfig({List<
int> ? key, List<int> ? salt, List<int> ? personalization, Blake2sTree? 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 → Blake2sTree?
-
final
Methods
-
copyWith(
{List< int> ? key, List<int> ? salt, List<int> ? personalization, Blake2sTree? tree}) → Blake2sConfig -
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