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