hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (229B)


      1 Implements the SipHash keyed hash function. Output of SipHash(secret, input)
      2 for any input does not reveal anything about the secret used, which makes it a
      3 good choice for use cases that require resistance against hash flooding.