Template API FNV-1(a) hash implementation.
Returns the finished FNV digest. This also calls start to reset the internal state.
Feeds the digest with data.
Feeds the digest with data being a static array.
Initializes the digest calculation.
See Implementation
Template API FNV-1(a) hash implementation.