Difference between revisions of "Snefru-n"

From The ECRYPT Hash Function Website
 
Line 1: Line 1:
 
== Spezification ==
 
== Spezification ==
  
<!--
+
 
 
* 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:  
-->
+
 
 +
<bibtex>
 +
@article{DBLP:journals/joc/Merkle90,
 +
  author    = {Ralph C. Merkle},
 +
  title    = {{A Fast Software One-Way Hash Function}},
 +
  journal  = {J. Cryptology},
 +
  volume    = {3},
 +
  number    = {1},
 +
  year      = {1990},
 +
  pages    = {43-58},
 +
  bibsource = {DBLP, http://dblp.uni-trier.de},
 +
  abstract =  {},
 +
}
 +
</bibtex>
  
 
== Cryptanalysis ==
 
== Cryptanalysis ==

Revision as of 16:20, 7 March 2008

1 Spezification

  • digest size: 160 bits
  • max. message length: < 264 bits
  • compression function: 512-bit message block, 160-bit chaining variable
  • Specification:

Ralph C. Merkle - {A Fast Software One-Way Hash Function}

J. Cryptology 3(1):43-58,1990
Bibtex
Author : Ralph C. Merkle
Title : {A Fast Software One-Way Hash Function}
In : J. Cryptology -
Address :
Date : 1990

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