Difference between revisions of "TIB3"
From The ECRYPT Hash Function Website
Mschlaeffer (talk | contribs) (Pseudo-Collisions and Collisions for TIB3 added) |
Mschlaeffer (talk | contribs) m |
||
Line 25: | Line 25: | ||
| | pseudo-collision || compression || all || || 2<sup>24</sup> || - || [http://ehash.iaik.tugraz.at/uploads/2/2b/Tib3-pseudo.pdf Mendel,Schläffer] | | | pseudo-collision || compression || all || || 2<sup>24</sup> || - || [http://ehash.iaik.tugraz.at/uploads/2/2b/Tib3-pseudo.pdf Mendel,Schläffer] | ||
|- | |- | ||
− | | style="background:greenyellow" | collision || hash || 256 || || 2<sup>122.5</sup> || | + | | style="background:greenyellow" | collision || hash || 256 || || 2<sup>122.5</sup> || 2<sup>122.5</sup> || [http://ehash.iaik.tugraz.at/uploads/2/2b/Tib3-pseudo.pdf Mendel,Schläffer] |
|- | |- | ||
− | | style="background: | + | | style="background:yellow" | collision || hash || 512 || || 2<sup>244.5</sup> || 2<sup>244.5</sup> || [http://ehash.iaik.tugraz.at/uploads/2/2b/Tib3-pseudo.pdf Mendel,Schläffer] |
|- | |- | ||
|} | |} |
Revision as of 17:18, 21 January 2009
1 The algorithm
- Author(s): Daniel Penazzi, Miguel Montes
- Website: http://www.famaf.unc.edu.ar/~penazzi/tib3/
- NIST submission package: TIB3.zip
Miguel Montes, Daniel Penazzi - The TIB3 Hash
- ,2008
- http://www.famaf.unc.edu.ar/~penazzi/tib3/submitted/Supporting_Documentation/TIB3_Algorithm_Specification.pdf
BibtexAuthor : Miguel Montes, Daniel Penazzi
Title : The TIB3 Hash
In : -
Address :
Date : 2008
2 Cryptanalysis
Type of Analysis | Hash Function Part | Hash Size (n) | Parameters/Variants | Compression Function Calls | Memory Requirements | Reference |
pseudo-collision | compression | all | 224 | - | Mendel,Schläffer | |
collision | hash | 256 | 2122.5 | 2122.5 | Mendel,Schläffer | |
collision | hash | 512 | 2244.5 | 2244.5 | Mendel,Schläffer |
A description of this table is given here.
Florian Mendel, Martin Schläffer - On Pseudo-Collisions and Collisions for TIB3