Skip to content

Latest commit

 

History

History
 
 

MD6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MD6

The MD6 Message-Digest Algorithm is a cryptographic hash function. It uses a Merkle tree-like structure to allow for immense parallel computation of hashes for very long inputs. Authors claim a performance of 28 cycles per byte for MD6-256 on an Intel Core 2 Duo and provable resistance against differential cryptanalysis.

Informations

  • First published - 2008
  • Series - MD2, MD4, MD5, MD6
  • Digest sizes - 128 bits
  • Structure - Merkle tree

Authors

Ronald Rivest, Benjamin Agre, Dan Bailey, Sarah Cheng, Christopher Crutchfield, Yevgeniy Dodis, Kermin Fleming, Asif Khan, Jayant Krishnamurthy, Yuncheng Lin, Leo Reyzin, Emily Shen, Jim Sukha, Eran Tromer, Yiqun Lisa Yin

Implementations

  • md6.h
  • md6_compress.c
  • md6_mode.c
  • md6_nist.h
  • md6_nist.c
  • inttypes.h
  • stdint.h

Materials