Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 460 Bytes

SipHash

SipHash is an Add-Rotate-Xor (ARX) based family of pseudorandom functions created by Jean-Philippe Aumasson and Daniel J. Bernstein in 2012.

Informations

  • First published - 2012
  • Digest sizes - 64 bits
  • Structure - non-collision-resistant PRF

Authors

Jean-Philippe Aumasson, Daniel J. Bernstein

Implementations

  • LICENSE
  • main.c
  • makefile
  • siphash24.c

Materials