menu
cipherlib package
documentation
hashlib.dart
XXHash64
withSeed method
withSeed method
dark_mode
light_mode
withSeed
method
XXHash64
withSeed
(
int
seed
)
Get and instance of
XXHash64
with an specific seed
Implementation
XXHash64 withSeed(int seed) => XXHash64(seed);
cipherlib package
documentation
hashlib
XXHash64
withSeed method
XXHash64 class