menu
blockchain_utils package
documentation
crypto/crypto/hash/hash.dart
Blake2bConfig
Blake2bConfig const constructor
Blake2bConfig const constructor
dark_mode
light_mode
Blake2bConfig
constructor
const
Blake2bConfig
(
{
List
<
int
>
?
key
,
List
<
int
>
?
salt
,
List
<
int
>
?
personalization
,
Blake2bTree
?
tree
,
})
Implementation
const Blake2bConfig({this.key, this.salt, this.personalization, this.tree});
blockchain_utils package
documentation
crypto/crypto/hash/hash
Blake2bConfig
Blake2bConfig const constructor
Blake2bConfig class