summaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 5501aba758..c180927b86 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -65,7 +65,15 @@ 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
6.8p1.
+
+timeouts/
+
+ William Ahern's hierarchical timer-wheel implementation. MIT license.