Skip to content

Latest commit

 

History

History
 
 

SipHash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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