hashfunctions

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

package.yml (425B)


      1 ---
      2   name: hashfunctions
      3   version: 0.0.8
      4   description: "generic hash functions and PRFs: Jenkins, FNV, siphash, murmur2, murmur3, md5, jump consistent hash"
      5   bin: ./hashfunctions.c
      6   cflags: "-O3 -std=gnu11 -fPIC -pipe"
      7   repository:
      8     type: git
      9     url: "git+https://noulin.net/git/hashfunctions.git"
     10   keywords:
     11     - hashing
     12   author: Anonymous
     13   license: MIT
     14   homepage: "https://noulin.net/hashfunctions/log.html"