Difference between revisions of "Waterfall"
From The ECRYPT Hash Function Website
m (→The algorithm) |
|||
Line 18: | Line 18: | ||
== Cryptanalysis == | == Cryptanalysis == | ||
− | + | <bibtex> | |
+ | @misc{waterfallF08, | ||
+ | author = {Scott Fluhrer}, | ||
+ | title = {Collision Attack on the Waterfall Hash Function}, | ||
+ | url = {http://eprint.iacr.org/2008/531.pdf}, | ||
+ | howpublished = {Cryptology ePrint Archive, Report 2008/531}, | ||
+ | year = {2008}, | ||
+ | abstract = {We give a method that appears to be able to find colliding messages for the Waterfall hash function with approximately $O(2^{70})$ work for all hash sizes. If correct, this would show that the Waterfall hash function does not meet the required collision resistance.}, | ||
+ | } | ||
+ | </bibtex> |
Revision as of 14:48, 20 December 2008
1 The algorithm
- Author(s): Bob Hattersley
- Website: http://www.optaconsulting.co.uk/Waterfall
- NIST submission package: Waterfall.zip
- Specification:
Bob Hattersley - Waterfall Hash - Algorithm Specification and Analysis
- ,2008
- http://ehash.iaik.tugraz.at/uploads/1/19/Waterfall_Specification_1.0.pdf
BibtexAuthor : Bob Hattersley
Title : Waterfall Hash - Algorithm Specification and Analysis
In : -
Address :
Date : 2008
2 Cryptanalysis
Scott Fluhrer - Collision Attack on the Waterfall Hash Function