#ifndef __MGMP_H #define __MGMP_H #include #include uint64_t fnv_mpn_mul (uint64_t *, const uint64_t *, uint32_t, const uint64_t *, uint32_t); #endif