withSecret method

XXH128 withSecret(
  1. List<int> secret
)

Get an instance of xxh128 with a secret

Implementation

XXH128 withSecret(List<int> secret) => XXH128(seed: seed, secret: secret);