From: Nick Mathewson Date: Wed, 7 May 2014 05:03:14 +0000 (-0400) Subject: Mention siphash in src/ext/README X-Git-Tag: tor-0.2.5.5-alpha~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1cdc619bb50c5348b12b5e1825f0865b2b50439;p=thirdparty%2Ftor.git Mention siphash in src/ext/README --- diff --git a/src/ext/README b/src/ext/README index 58ba7f699d..5d5a6e1518 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.