Add calculation of close-tangibles

This commit is contained in:
2021-08-09 12:54:32 -04:00
parent 3fa782383e
commit fb6bd8d163
6 changed files with 50 additions and 10 deletions

View File

@@ -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