aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-25 12:03:46 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-25 12:03:46 -0400
commit36700ee99e00efe8e0c5c124ce581fbbb60ee3f2 (patch)
treed7c008311c172f1e0fe5f18c6b943942a60d9286 /src/ext/README
parent764e0080929fe2e0fc05a226d340a189d264876b (diff)
downloadtor-36700ee99e00efe8e0c5c124ce581fbbb60ee3f2.tar.gz
tor-36700ee99e00efe8e0c5c124ce581fbbb60ee3f2.zip
Mention trunnel in LICENSE and src/ext/README
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 5d5a6e1518..a263dd7917 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -49,3 +49,8 @@ siphash.h
Marek Majkowski's implementation of siphash 2-4, a secure keyed
hash algorithm to avoid collision-based DoS attacks against hash
tables.
+
+trunnel/*.[ch]
+
+ Headers and runtime code for Trunnel, a system for generating
+ code to encode and decode binary formats.