XXH3 constructor
Creates a new instance of XXH3.
Parameters:
seedis an optional 64-bit integer. Default: 0secretis an array of bytes. The length should be at least 136.- If the
secretis present, theseedis ignored.
Implementation
const XXH3({this.seed = 0, this.secret});