diff options
Diffstat (limited to 'src/ext/README')
-rw-r--r-- | src/ext/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README index 5d5a6e1518..7ce1bc3b74 100644 --- a/src/ext/README +++ b/src/ext/README @@ -49,3 +49,27 @@ 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. + +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. + +keccak-tiny/ + + David Leon Gil's portable Keccak implementation. CC0. + +readpassphrase.[ch] + + Portable readpassphrase implementation from OpenSSH portable, version + 6.8p1. |