Difference between revisions of "Template:HashFunctions"

From The ECRYPT Hash Function Website
(Spezification)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== General ==
+
== Specification ==
  
 +
<!--
 +
* digest size: 160 bits
 +
* max. message length: < 2<sup>64</sup> bits
 +
* compression function: 512-bit message block, 160-bit chaining variable
 +
* Specification:
 +
-->
  
 +
== Cryptanalysis ==
  
  
== Cryptanalysis ==
+
=== Best Known Results ===
  
 +
----
  
 
=== Generic Attacks ===
 
=== Generic Attacks ===
 +
* [[GenericAttacksMerkleDamgaard| Generic Attacks on the Merkle-Damgaard Construction ]]
  
 +
----
  
=== Best Known Results ===
+
=== Collision Attacks ===
  
 
----
 
----
  
=== Collision Attacks ===
+
=== Second Preimage Attacks ===
  
 
----
 
----
Line 24: Line 34:
  
 
=== Others ===
 
=== Others ===
 
 
== Performance Evaluation / Implementation (HW and SW) ==
 
 
== eHash Recommendation (optional) or eHash Opinion ==
 

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