chickadee » siphash » make-siphash

make-siphash c dprocedure

make-siphash constructs a hashing function.

It takes two positive integer arguments c and d and returns a hashing procedure with that many compression and finalization rounds, respectively.

The returned procedure's signature matches those of siphash-2-4 and siphash-4-8.