XXH128 constructor
Creates a new instance of XXH128.
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 XXH128({this.seed = 0, this.secret});