Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 780 Bytes

Spectral Hash

Spectral hash is a new family of hash functions using the discrete Fourier transform and a nonlinear transformation constructed via data dependent permutations. DFT is a well-known cryptographic primitive perfect for generating diffusion and confusion.

Informations

  • First published - 2009
  • Digest sizes - 512 bits
  • Structure - Wide Pipe Merkle-Damgård construction

Authors

Gokay Saldamlı, Cevahir Demirkıran, Megan Maguire, Carl Minden, Jacob Topper, Alex Troesch, Cody Walker, Çetin Kaya Koç

Implementations

  • genKAT.c
  • shash.c
  • shash.h

Materials