aboutsummaryrefslogtreecommitdiff
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 616716e099..5501aba758 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -60,4 +60,12 @@ ed25519/ref10/*
Daniel Bernsten's portable ref10 implementation of ed25519.
Public domain.
+ed25519/donna/*
+ Andrew Moon's semi-portable ed25519-donna implementation of
+ ed25519. Public domain.
+
+readpassphrase.[ch]
+
+ Portable readpassphrase implementation from OpenSSH portable, version
+ 6.8p1.