Difference between revisions of "Template:HashFunctions"

From The ECRYPT Hash Function Website
Line 1: Line 1:
 
== General ==
 
== General ==
 +
* 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]]
  
 
----
 
----
  
=== Best Known Results ===
+
=== Collision Attacks ===
  
 
----
 
----
  
=== Collision Attacks ===
+
=== Second Preimage Attacks ===
  
 
----
 
----
Line 28: Line 36:
  
 
== Performance Evaluation / Implementation (HW and SW) ==
 
== Performance Evaluation / Implementation (HW and SW) ==
 
== eHash Recommendation (optional) or eHash Opinion ==
 

Revision as of 12:55, 7 March 2008

1 General

  • digest size: 160 bits
  • max. message length: < 264 bits
  • compression function: 512-bit message block, 160-bit chaining variable
  • 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

3 Performance Evaluation / Implementation (HW and SW)