Difference between revisions of "StreamHash"
From The ECRYPT Hash Function Website
m |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
<bibtex> | <bibtex> | ||
− | @misc{ | + | @misc{sha3Trojnara08, |
author = {Michal Trojnara}, | author = {Michal Trojnara}, | ||
title = {StreamHash Algorithm Specifications and Supporting Documentation}, | title = {StreamHash Algorithm Specifications and Supporting Documentation}, | ||
Line 17: | Line 17: | ||
} | } | ||
</bibtex> | </bibtex> | ||
+ | |||
== 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 | ||
+ | |- | ||
+ | | style="background:yellow" | collision || hash || all || || n/2*2<sup>n/4</sup> || ? || [http://lj.streamclub.ru/papers/hash/streamhash.pdf Khovratovich,Nikolić] | ||
+ | |- | ||
+ | | style="background:yellow" | preimage || hash || all || || n/2*2<sup>n/2</sup> || ? || [http://lj.streamclub.ru/papers/hash/streamhash.pdf Khovratovich,Nikolić] | ||
+ | |- | ||
+ | | style="background:red" | collision || hash || 256 || || example || - || [http://ehash.iaik.tugraz.at/uploads/7/7b/Streamhash.txt Bjørstad] | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | A description of this table is given [http://ehash.iaik.tugraz.at/wiki/Cryptanalysis_Categories#Individual_Hash_Function_Tables here]. | ||
+ | |||
+ | |||
+ | <bibtex> | ||
+ | @misc{streamhashKN08, | ||
+ | author = {Dmitry Khovratovich and Ivica Nikolić}, | ||
+ | title = {Cryptanalysis of StreamHash}, | ||
+ | url = {http://lj.streamclub.ru/papers/hash/streamhash.pdf}, | ||
+ | howpublished = {Available online}, | ||
+ | year = {2008}, | ||
+ | abstract = {}, | ||
+ | } | ||
+ | </bibtex> | ||
+ | |||
+ | <bibtex> | ||
+ | @misc{StreamHashB08, | ||
+ | author = {Tor E. Bjørstad}, | ||
+ | title = {Collision for StreamHash}, | ||
+ | url = {http://ehash.iaik.tugraz.at/uploads/7/7b/Streamhash.txt}, | ||
+ | howpublished = {NIST mailing list (local link)}, | ||
+ | year = {2008}, | ||
+ | } | ||
+ | </bibtex> |
Latest revision as of 21:52, 29 December 2008
1 The algorithm
- Author(s): Michal Trojnara
- NIST submission package: StreamHash.zip
Michal Trojnara - StreamHash Algorithm Specifications and Supporting Documentation
- ,2008
- http://ehash.iaik.tugraz.at/uploads/0/09/Streamhash.pdf
BibtexAuthor : Michal Trojnara
Title : StreamHash Algorithm Specifications and Supporting Documentation
In : -
Address :
Date : 2008
2 Cryptanalysis
Type of Analysis | Hash Function Part | Hash Size (n) | Parameters/Variants | Compression Function Calls | Memory Requirements | Reference |
collision | hash | all | n/2*2n/4 | ? | Khovratovich,Nikolić | |
preimage | hash | all | n/2*2n/2 | ? | Khovratovich,Nikolić | |
collision | hash | 256 | example | - | Bjørstad |
A description of this table is given here.
Dmitry Khovratovich, Ivica Nikolić - Cryptanalysis of StreamHash
- ,2008
- http://lj.streamclub.ru/papers/hash/streamhash.pdf
BibtexAuthor : Dmitry Khovratovich, Ivica Nikolić
Title : Cryptanalysis of StreamHash
In : -
Address :
Date : 2008
Tor E. Bjørstad - Collision for StreamHash