aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/curve25519.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Support lists and code blocks in doc.goDavid Benjamin1-2/+2
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-08-29Document that ED25519_sign only fails on allocation failureJoshua Liebow-Feeser1-1/+1
2018-05-30Fix typo.David Benjamin1-1/+1
2017-08-18Run comment conversion script on include/David Benjamin1-96/+96
2017-08-01Fix miscellaneous clang-tidy warnings.David Benjamin1-1/+1
2017-03-30Import additional test vectors from RFC 8032.David Benjamin1-1/+6
2016-12-12Add yet another way to spell 32.David Benjamin1-0/+1
2016-11-03Add ED25519_keypair_from_seed.Ladar Levison1-0/+9
2016-10-31Add X25519 length constants.David Benjamin1-0/+3
2016-09-07Fold stack-allocated types into headers.David Benjamin1-4/+0
2016-09-01Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite1-0/+15
2016-07-12Revert scoped_types.h change.Adam Langley1-11/+0
2016-07-12Assume that MSVC supports C++11.Adam Langley1-1/+1
2016-07-11Remove scoped_types.h.Adam Langley1-0/+11
2016-04-14Tweak X25519 documentation.David Benjamin1-4/+3
2016-03-01Add SPAKE2 over Ed25519.Arnar Birgisson1-0/+82
2016-01-28Update draft-irtf-cfrg-curves-11 references to RFC 7748.David Benjamin1-3/+2
2015-12-22Add #defines for ED25519 key and signature lengths.Matt Braithwaite1-0/+4
2015-11-17Add X25519 and Ed25519 support.Adam Langley1-0/+88