Difference between revisions of "PARSHA-256"

From The ECRYPT Hash Function Website
 
Line 1: Line 1:
{{subst:HashFunction}}
+
== 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 ==
 +
 
 +
 
 +
=== Best Known Results ===
 +
 
 +
----
 +
 
 +
=== Generic Attacks ===
 +
* [[GenericAttacksMerkleDamgaard| Generic Attacks on the Merkle-Damgaard Construction ]]
 +
 
 +
----
 +
 
 +
=== Collision Attacks ===
 +
 
 +
----
 +
 
 +
=== Second Preimage Attacks ===
 +
 
 +
----
 +
 
 +
=== Preimage Attacks ===
 +
 
 +
 
 +
----
 +
 
 +
=== Others ===

Revision as of 18:07, 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