diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-26 10:11:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-26 10:11:56 -0400 |
commit | 4847136d2c56217f639875f168892eac6e914fec (patch) | |
tree | bb08834d17a516513361c3cdabad349ab7be92d6 /src/ext/README | |
parent | b40ac6808f8a31f2f95de435036a6a7af111fdff (diff) | |
download | tor-4847136d2c56217f639875f168892eac6e914fec.tar.gz tor-4847136d2c56217f639875f168892eac6e914fec.zip |
Integrate ed25519_ref10 into our build system.
Diffstat (limited to 'src/ext/README')
-rw-r--r-- | src/ext/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README index 5d5a6e1518..b759fc2a91 100644 --- a/src/ext/README +++ b/src/ext/README @@ -49,3 +49,9 @@ siphash.h Marek Majkowski's implementation of siphash 2-4, a secure keyed hash algorithm to avoid collision-based DoS attacks against hash tables. + +ed25519/ref10/* + + Daniel Bernsten's portable ref10 implementation of ed25519. + Public domain. + |