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