withSeed method

XXH128 withSeed(
  1. int seed
)

Get an instance of xxh128 with an specific seed

Implementation

XXH128 withSeed(int seed) => XXH128(seed: seed, secret: secret);