aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-07 01:03:14 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-07 01:03:14 -0400
commita1cdc619bb50c5348b12b5e1825f0865b2b50439 (patch)
treecd5792d9e92be115bec0579e71378a15ed33eb78 /src/ext/README
parentba5069b3101c24f53718d20c2e267e07509ace03 (diff)
downloadtor-a1cdc619bb50c5348b12b5e1825f0865b2b50439.tar
tor-a1cdc619bb50c5348b12b5e1825f0865b2b50439.tar.gz
Mention siphash in src/ext/README
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 58ba7f699..5d5a6e151 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.