Add calculation of close-tangibles
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
// slower than MD5.
|
||||
//
|
||||
|
||||
#ifndef SPOOKYV2_HPP
|
||||
#define SPOOKYV2_HPP
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstdint>
|
||||
#include <utility>
|
||||
@@ -43,5 +46,4 @@ public:
|
||||
uint64_t *hash2); // input seed1, output hash1
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif // SPOOKYV2_HPP
|
||||
|
||||
Reference in New Issue
Block a user