* Returns the finished XXH hash. This also calls start to * reset the internal state.
Use this to feed the digest with data. Also implements the std.range.primitives.isOutputRange interface for ubyte and const(ubyte)[].
Used to (re)initialize the XXHTemplate digest.
Template API XXHTemplate implementation. Uses parameters to configure for number of bits and XXH variant (classic or XXH3) See std.digest for differences between template and OOP API.