summaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-12-18 20:32:10 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-12-18 20:32:10 +0000
commite993003792f4905db9d6271c809c708b2e9f8cf4 (patch)
treee6c503e2832b971f0af0ce15db575fefe22044bf /src/ext/README
parent3317cd3a1f4e3a7883bf9a5eba3f9a13097fe437 (diff)
downloadtor-e993003792f4905db9d6271c809c708b2e9f8cf4.tar.gz
tor-e993003792f4905db9d6271c809c708b2e9f8cf4.zip
Clean import of keccak-tiny (https://github.com/coruus/keccak-tiny)
As of commit: 64b6647514212b76ae7bca0dea9b7b197d1d8186
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 5501aba758..7ce1bc3b74 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -65,6 +65,10 @@ ed25519/donna/*
Andrew Moon's semi-portable ed25519-donna implementation of
ed25519. Public domain.
+keccak-tiny/
+
+ David Leon Gil's portable Keccak implementation. CC0.
+
readpassphrase.[ch]
Portable readpassphrase implementation from OpenSSH portable, version