menu
cipherlib package
documentation
hashlib.dart
XXHash32
XXHash32.new const constructor
XXHash32.new const constructor
dark_mode
light_mode
XXHash32
constructor
const
XXHash32
(
[
int
seed
=
0
])
Creates a new instance of
XXHash32
.
Parameters:
seed
is an optional 32-bit integer. Default: 0
Implementation
const XXHash32([this.seed = 0]);
cipherlib package
documentation
hashlib
XXHash32
XXHash32.new const constructor
XXHash32 class