folly::hash::SpookyHashV2::Final

Compute the hash for the current SpookyHash state.

Synopsis

Declared in <folly/hash/SpookyHashV2.h>

void
Final(
    uint64_t* hash1,
    uint64_t* hash2) const;

Description

This does not modify the state, so updating can continue afterward. The result matches hashing all the fragments concatenated into one message.

Parameters

NameDescription
hash1Out: first 64 bits of the hash value
hash2Out: second 64 bits of the hash value