aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/curve25519/curve25519.h
Commit message (Expand)AuthorAgeFilesLines
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-2/+2
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-1/+1
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-3/+11
* Pubkey cleanupsJack Lloyd2016-11-121-1/+1
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-3/+1
* X25519 key exchange for TLSJack Lloyd2016-10-211-4/+11
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-0/+23
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-0/+7
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-3/+3
* pubkey: Add missing overridesDaniel Seither2015-07-301-1/+1
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-17/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+94