Difference between revisions of "DCH"

From The ECRYPT Hash Function Website
m (The algorithm)
m (Cryptanalysis)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
* Website: [http://web.mit.edu/dwilson/www/hash/ http://web.mit.edu/dwilson/www/hash/]
 
* Website: [http://web.mit.edu/dwilson/www/hash/ http://web.mit.edu/dwilson/www/hash/]
 
* NIST submission package: [http://csrc.nist.gov/groups/ST/hash/sha-3/Round1/documents/DCH.zip DCH.zip]
 
* NIST submission package: [http://csrc.nist.gov/groups/ST/hash/sha-3/Round1/documents/DCH.zip DCH.zip]
* Specification:
+
 
  
 
<bibtex>
 
<bibtex>
@misc{sha3W08,
+
@misc{sha3Wilson08,
 
   author    = {David A. Wilson},
 
   author    = {David A. Wilson},
 
   title    = {The DCH Hash Function},
 
   title    = {The DCH Hash Function},
Line 15: Line 15:
 
}
 
}
 
</bibtex>
 
</bibtex>
 +
  
 
== Cryptanalysis ==
 
== Cryptanalysis ==
 +
 +
{| border="1" cellpadding="4" cellspacing="0" class="wikitable" style="text-align:center"                 
 +
|- style="background:#efefef;"                 
 +
| Type of Analysis || Hash Function Part || Hash Size (n) || Parameters/Variants || Compression Function Calls || Memory Requirements ||  Reference
 +
|-                   
 +
| style="background:red" | collision || hash || all ||  || 521 || - || [http://ehash.iaik.tugraz.at/uploads/9/9b/Dch.pdf Mendel,Lamberger]
 +
|-                   
 +
| style="background:red" | preimage || hash || all ||  || 521 || - || [http://ehash.iaik.tugraz.at/uploads/9/9b/Dch.pdf Mendel,Lamberger]
 +
|-                   
 +
| style="background:orange" | collision || hash || all ||  || 2<sup>45</sup> || 2<sup>45</sup> || [http://ehash.iaik.tugraz.at/uploads/b/b7/Dch1.pdf Khovratovich,Nikolić]
 +
|-                   
 +
| style="background:orange" | preimage || hash || all ||  || 2<sup>45</sup> || 2<sup>45</sup> || [http://ehash.iaik.tugraz.at/uploads/b/b7/Dch1.pdf Khovratovich,Nikolić]
 +
|-                   
 +
| style="background:yellow" | 2nd preimage || hash || 512 ||  || 2<sup>450</sup> || ? || [http://web.mit.edu/dwilson/www/hash/ Rechberger]
 +
|-                   
 +
|}                   
 +
 +
A description of this table is given [http://ehash.iaik.tugraz.at/wiki/Cryptanalysis_Categories#Individual_Hash_Function_Tables here].
 +
  
 
<bibtex>
 
<bibtex>
Line 28: Line 48:
 
}
 
}
 
</bibtex>
 
</bibtex>
 
  
 
<bibtex>
 
<bibtex>
Line 40: Line 59:
 
}
 
}
 
</bibtex>
 
</bibtex>
 
  
 
<bibtex>
 
<bibtex>

Latest revision as of 22:04, 29 December 2008

1 The algorithm


David A. Wilson - The DCH Hash Function

,2008
http://web.mit.edu/dwilson/www/hash/dch/Supporting_Documentation/dch.pdf
Bibtex
Author : David A. Wilson
Title : The DCH Hash Function
In : -
Address :
Date : 2008


2 Cryptanalysis

Type of Analysis Hash Function Part Hash Size (n) Parameters/Variants Compression Function Calls Memory Requirements Reference
collision hash all 521 - Mendel,Lamberger
preimage hash all 521 - Mendel,Lamberger
collision hash all 245 245 Khovratovich,Nikolić
preimage hash all 245 245 Khovratovich,Nikolić
2nd preimage hash 512 2450 ? Rechberger

A description of this table is given here.


Mario Lamberger, Florian Mendel - Practical Collision and Preimage Attack on DCH-n

,2008
http://ehash.iaik.tugraz.at/uploads/9/9b/Dch.pdf
Bibtex
Author : Mario Lamberger, Florian Mendel
Title : Practical Collision and Preimage Attack on DCH-n
In : -
Address :
Date : 2008

Dmitry Khovratovich, Ivica Nikolić - Cryptanalysis of DCH-n

,2008
http://ehash.iaik.tugraz.at/uploads/b/b7/Dch1.pdf
Bibtex
Author : Dmitry Khovratovich, Ivica Nikolić
Title : Cryptanalysis of DCH-n
In : -
Address :
Date : 2008

Christian Rechberger - Personal communication (second preimage attack)

,2008
http://web.mit.edu/dwilson/www/hash/
Bibtex
Author : Christian Rechberger
Title : Personal communication (second preimage attack)
In : -
Address :
Date : 2008