withSecret method

XXH3 withSecret(
  1. List<int> secret
)

Get an instance of xxh3 with a secret

Implementation

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