index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ext
/
ed25519
Age
Commit message (
Expand
)
Author
2016-07-28
Fix a large pile of solaris warnings for bug 19767.
Nick Mathewson
2016-02-24
Silence clang-scan warnings in ed25519_donna
teor (Tim Wilson-Brown)
2015-12-08
Always hash crypto_strongest_rand() along with some prng
Nick Mathewson
2015-09-16
Don't enable SSE2 on X86-64.
Sebastian Hahn
2015-09-04
Fix an alignment issue in our extensions to ed25519_donna
Nick Mathewson
2015-09-01
Add a comment about CID 1311630 and why we won't worry about it.
Nick Mathewson
2015-08-17
Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.
Yawning Angel
2015-08-17
Enable ed25519-donna's SSE2 code when possible for 32 bit x86.
Yawning Angel
2015-08-12
Use ed25519-donna's batch verification support when applicable.
Yawning Angel
2015-07-27
Fix ed25519-donna with SSP on non-x86.
Yawning Angel
2015-07-12
Try to convince coverity not to worry about this loop either
Nick Mathewson
2015-07-12
Try to convince coverity not to worryh about this loop
Nick Mathewson
2015-07-12
Tell coverity to tolerate ed25519_verify
Nick Mathewson
2015-07-12
Disable -Wstack-protector diagnostics in curve25519-donna-helpers.h
Nick Mathewson
2015-07-06
Add Curve25519->Ed25519 support to ed25519-donna (Not yet used).
Yawning Angel
2015-07-06
Add blinding support to ed25519-donna (Not yet used).
Yawning Angel
2015-07-06
Integrate ed25519-donna (Not yet used).
Yawning Angel
2015-07-06
Import Andrew Moon's ed25519-donna.
Yawning Angel
2014-09-28
Stop ed25519 8-bit signed left shift overflowing
teor
2014-09-28
Use SHL{8,32,64} in ed25519/ref10 to avoid left-shifting negative values
Nick Mathewson
2014-09-28
Stop signed left shifts overflowing in ed25519: Macros
teor
2014-09-26
Comment-out dead code in ed25519/ref10
Nick Mathewson
2014-09-25
Fix warnings on 32-bit builds.
Nick Mathewson
2014-09-25
Comments and tweaks based on review by asn
Nick Mathewson
2014-09-25
More documentation for ed25519 stuff.
Nick Mathewson
2014-09-25
Fix linux compilation of ed25519_ref10
Nick Mathewson
2014-09-25
Draft implementation for ed25519 key blinding, as in prop224
Nick Mathewson
2014-09-25
Add curve25519->ed25519 key conversion per proposal 228
Nick Mathewson
2014-09-25
Another ed25519 tweak: store secret keys in expanded format
Nick Mathewson
2014-09-25
Fix API for ed25519_ref10_open()
Nick Mathewson
2014-09-25
Tweak ed25519 ref10 signing interface to use less space.
Nick Mathewson
2014-09-25
Tweak ref10 keygen APIs to be more sane.
Nick Mathewson
2014-08-26
ed25519_ref10: use uint64_t and int64_t, not long long
Nick Mathewson
2014-08-26
Add headers as needed to make ed25519_ref10 compile.
Nick Mathewson
2014-08-26
Add some explicit casts as needed to make ed25519_ref10 compile
Nick Mathewson
2014-08-26
Add the ed25519 ref10 code verbatim from supercop-20140622
Nick Mathewson