Mention siphash in src/ext/README

This commit is contained in:
Nick Mathewson 2014-05-07 01:03:14 -04:00
parent ba5069b310
commit a1cdc619bb
1 changed files with 7 additions and 0 deletions

View File

@ -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.