Difference between revisions of "Maraca"
From The ECRYPT Hash Function Website
m |
m |
||
Line 3: | Line 3: | ||
* Author(s): Robert J. Jenkins Jr. | * Author(s): Robert J. Jenkins Jr. | ||
* Website: [http://burtleburtle.net/bob/crypto/maraca/nist/ http://burtleburtle.net/bob/crypto/maraca/nist/] | * Website: [http://burtleburtle.net/bob/crypto/maraca/nist/ http://burtleburtle.net/bob/crypto/maraca/nist/] | ||
− | + | ||
<bibtex> | <bibtex> | ||
Line 17: | Line 17: | ||
== Cryptanalysis == | == Cryptanalysis == | ||
+ | |||
+ | {| border="1" cellpadding="4" cellspacing="0" class="wikitable" style="text-align:center" | ||
+ | |- style="background:#efefef;" | ||
+ | | Type of Analysis || Hash Function Part || Hash Size (n) || Parameters/Variants || Compression Function Calls || Memory Requirements || Reference | ||
+ | |- | ||
+ | | | internal collision || internal state || 512 || || 2<sup>237</sup> || 2<sup>230.5</sup> || [http://ehash.iaik.tugraz.at/uploads/5/52/Maraca.pdf Canteaut,Naya-Plasencia] | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | A description of this table is given [http://ehash.iaik.tugraz.at/wiki/Cryptanalysis_Categories#Individual_Hash_Function_Tables here]. | ||
+ | |||
<bibtex> | <bibtex> |
Revision as of 22:09, 29 December 2008
1 The algorithm
- Author(s): Robert J. Jenkins Jr.
- Website: http://burtleburtle.net/bob/crypto/maraca/nist/
Robert J. Jenkins Jr. - Algorithm Specification
- ,2008
- http://burtleburtle.net/bob/crypto/maraca/nist/Supporting_Documentation/specification.pdf
BibtexAuthor : Robert J. Jenkins Jr.
Title : Algorithm Specification
In : -
Address :
Date : 2008
2 Cryptanalysis
Type of Analysis | Hash Function Part | Hash Size (n) | Parameters/Variants | Compression Function Calls | Memory Requirements | Reference |
internal collision | internal state | 512 | 2237 | 2230.5 | Canteaut,Naya-Plasencia |
A description of this table is given here.
Anne Canteaut, María Naya-Plasencia - Internal collision attack on Maraca