[tor-commits] [tor/master] Mention siphash in src/ext/README

nickm at torproject.org nickm at torproject.org
Wed May 7 05:18:20 UTC 2014


commit a1cdc619bb50c5348b12b5e1825f0865b2b50439
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed May 7 01:03:14 2014 -0400

    Mention siphash in src/ext/README
---
 src/ext/README |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/ext/README b/src/ext/README
index 58ba7f6..5d5a6e1 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -42,3 +42,10 @@ curve25519_donna/*.c
 
     A copy of Adam Langley's curve25519-donna mostly-portable
     implementations of curve25519.
+
+csiphash.c
+siphash.h
+
+    Marek Majkowski's implementation of siphash 2-4, a secure keyed
+    hash algorithm to avoid collision-based DoS attacks against hash
+    tables.





More information about the tor-commits mailing list