From 161fee0949be4298d4b3ccead12b606d747ef66d Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 16 May 2008 21:20:06 +0000 Subject: [PATCH] add notes about hash functions [Imported from Trac: page Bibliography, version 20] --- Bibliography.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bibliography.md b/Bibliography.md index c01104a..e13fa39 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -17,6 +17,10 @@ Here are some papers that are potentially of interest. [Endomorphisms for faster elliptic curve cryptography on general curves](http://eprint.iacr.org/2008/194) techniques to compute elliptic curve cryptography significantly faster in software. +### Secure Hash Functions + +[Some thoughts on Collision Attacks in the Hash Functions MD5, SHA-0 and SHA-1](http://eprint.iacr.org/2005/391) general musings about design of secure hash functions + ## Local Filesystems [Model-Based Failure Analysis of Journaling File Systems](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.78.8911) [PDF](http://www.cs.wisc.edu/wind/Publications/sfa-dsn05.pdf) compares ext3, reiserfs, and JFS under conditions of latent sector errors. (Impatient people: read the Introduction and look at the table on page 9.)