hashfunctions

generic hash functions and PRFs: Jenkins, FNV, siphash
git clone https://noulin.net/git/hashfunctions.git
Log | Files | Refs | LICENSE

md5.h (60B)


      1 
      2 u32 hash_md5(const unsigned char *key, size_t key_length);