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 == | ||
− | |||
+ | === Best Known Results === | ||
+ | |||
+ | ---- | ||
=== Generic Attacks === | === Generic Attacks === | ||
+ | * [[GenericAttacksMerkleDamgaard]] | ||
---- | ---- | ||
− | === | + | === Collision Attacks === |
---- | ---- | ||
− | === | + | === Second Preimage Attacks === |
---- | ---- | ||
Line 28: | Line 36: | ||
== Performance Evaluation / Implementation (HW and SW) == | == Performance Evaluation / Implementation (HW and SW) == | ||
− | |||
− |
Revision as of 14:55, 7 March 2008
Contents
1 General
- digest size: 160 bits
- max. message length: < 264 bits
- compression function: 512-bit message block, 160-bit chaining variable
- Specification: