Compute the hash for the current SpookyHash state.
Declared in <folly/hash/SpookyHashV2.h>
void
Final(
uint64_t* hash1,
uint64_t* hash2) const;
This does not modify the state, so updating can continue afterward. The result matches hashing all the fragments concatenated into one message.
| Name | Description |
|---|---|
| hash1 | Out: first 64 bits of the hash value |
| hash2 | Out: second 64 bits of the hash value |