Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
311 views

Does the security of Skein as a hash imply the security of Threefish as a block cipher?

The Skein hash proposed for SHA-3 boasts some impressive speed results, which I suspect would be applicable for the Threefish block cipher at its heart - but, if Skein is approved for SHA-3, would ...
2
votes
2answers
334 views

Using Skein for File integrity checking

I'd like to know that is it possible to use skein instead of MD5 or SHA1 for file integrity checking? Is that really better or faster than SHA1 and MD5? Update: Regarding your responses. Actually ...