Difference between revisions of "SHA-512/384"

From The ECRYPT Hash Function Website
 
(Specification)
Line 1: Line 1:
 
== Specification ==
 
== Specification ==
  
<!--
+
* digest size: 512 bits
* digest size: 160 bits
+
* max. message length: < 2<sup>128</sup> bits
* max. message length: < 2<sup>64</sup> bits
+
* compression function: 1024-bit message block, 512-bit chaining variable
* compression function: 512-bit message block, 160-bit chaining variable
+
* [http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf  Specification: FIPS 180-2 Secure Hash Standard]
* Specification:  
 
-->
 
  
 
== Cryptanalysis ==
 
== Cryptanalysis ==

Revision as of 05:56, 11 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