xxhashct
xxhashct copied to clipboard
Compile time implementation of the 64-bit xxhash algorithm as C++11 constexpr expression.
Results
1
xxhashct issues
Sort by
recently updated
recently updated
newest added
i was looking for a light and fast hash function for arduino, also present in php to make interact them - i checked crc16 (native in avr-libc) but it is...