basin provided
#include #include #include #include “basin.h” /// @brief Compute the hash of a block of bytes, using the 64 bit NFV-1a hash. /// If you wish to represent your bytes differently (say as an array of uint8_t) /// you may want to make a wrapper around this function. /// @param block The array of bytes to […]