XXHash64Sink constructor

XXHash64Sink(
  1. int seed
)

Implementation

XXHash64Sink(this.seed) : super(32) {
  reset();
}