aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-06-24 14:51:00 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-07-06 08:00:01 +0000
commit7b10741be4280d84a7ac9f41c54380cbc1f09c1b (patch)
tree07b0a153138949654750e046dd8b3ac18698cf1b /src/ext/README
parent19440b9e58b3d824057abd3a0faf08fd7cb891ff (diff)
downloadtor-7b10741be4280d84a7ac9f41c54380cbc1f09c1b.tar.gz
tor-7b10741be4280d84a7ac9f41c54380cbc1f09c1b.zip
Import Andrew Moon's ed25519-donna.
This is a clean copy of ed25519-donna as of commit: 8757bd4cd209cb032853ece0ce413f122eef212c https://github.com/floodyberry/ed25519-donna
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 b52c74d627..5501aba758 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -60,6 +60,11 @@ 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