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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
crypto_ed25519.h
Age
Commit message (
Expand
)
Author
2018-06-21
Split crypto and tls libraries into directories
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-11-17
Make all the crypto free() functions macros that clear their targets
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-06-27
ed25519: Add func that checks for torsion component in pubkeys.
George Kadianakis
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-01-30
Make a bunch of signature/digest-checking functions mockable
Nick Mathewson
2016-12-14
Merge branch 'dgoulet_ticket19043_030_03_squashed'
Nick Mathewson
2016-12-14
prop224: Add unittests handling v3 ESTABLISH_INTRO cells.
George Kadianakis
2016-12-08
whitespace cleanups
Nick Mathewson
2016-12-08
Add an ed25519_copy; use it in a couple of places dgoulet suggested.
Nick Mathewson
2016-11-10
Helper function to see if an ed25519 pk is set.
Nick Mathewson
2016-08-23
Introduce ed25519_{sign,checksig}_prefixed functions().
George Kadianakis
2016-02-27
Update the copyright year.
Nick Mathewson
2015-12-23
Always test both ed25519 backends.
Nick Mathewson
2015-07-31
Move formatting functions around.
Nick Mathewson
2015-07-06
Integrate and enable ed25519-donna.
Yawning Angel
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-28
Note some functions that should move or be merged
Nick Mathewson
2015-05-28
Implement ed25519-signed descriptors
Nick Mathewson
2015-05-28
prop220: Implement certificates and key storage/creation
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-27
Remove configure option to disable curve25519
Sebastian Hahn
2014-09-25
More documentation for ed25519 stuff.
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
Support for writing ed25519 public/private components to disk.
Nick Mathewson
2014-09-25
Add encode/decode functions for ed25519 public keys
Nick Mathewson
2014-09-25
Another ed25519 tweak: store secret keys in expanded format
Nick Mathewson
2014-09-25
Add Ed25519 support, wrappers, and tests.
Nick Mathewson