Difference between revisions of "Template:HashFunctions"

From The ECRYPT Hash Function Website
(Spezification)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== General ==
+
== Specification ==
 +
 
 +
<!--
 
* digest size: 160 bits
 
* digest size: 160 bits
 
* max. message length: < 2<sup>64</sup> bits
 
* max. message length: < 2<sup>64</sup> bits
 
* compression function: 512-bit message block, 160-bit chaining variable
 
* compression function: 512-bit message block, 160-bit chaining variable
 
* Specification:  
 
* Specification:  
 
+
-->
 
 
  
 
== Cryptanalysis ==
 
== Cryptanalysis ==
Line 15: Line 16:
  
 
=== Generic Attacks ===
 
=== Generic Attacks ===
* [[GenericAttacksMerkleDamgaard]]
+
* [[GenericAttacksMerkleDamgaard| Generic Attacks on the Merkle-Damgaard Construction ]]
  
 
----
 
----
Line 33: Line 34:
  
 
=== Others ===
 
=== Others ===
 
 
== Performance Evaluation / Implementation (HW and SW) ==
 

Latest revision as of 14:57, 10 March 2008

1 Specification

2 Cryptanalysis

2.1 Best Known Results


2.2 Generic Attacks


2.3 Collision Attacks


2.4 Second Preimage Attacks


2.5 Preimage Attacks


2.6 Others