aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519
Commit message (Expand)AuthorAgeFilesLines
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-203-13/+47
* Handle invalid public key length in Ed25519Jack Lloyd2019-03-032-14/+20
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-1/+1
* Silence MSVC warningsJack Lloyd2018-12-043-96/+96
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-172-6/+6
* Compile fixJack Lloyd2018-11-071-0/+1
* Avoid using std::invalid_argumentJack Lloyd2018-11-071-2/+2
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-2/+0
* Fix more MSVC warningsJack Lloyd2018-10-012-22/+22
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+4
* Make use of AlgorithmIdentifier::USE_EMPTY_PARAMJack Lloyd2018-07-101-4/+1
* Fix carry bugs introduced in 8a7559e4f8adJack Lloyd2018-03-272-22/+23
* Remove unused variables [ci skip]Jack Lloyd2018-03-212-4/+0
* Add another Ed25519 helper to save a few hundred redundant linesJack Lloyd2018-03-203-301/+106
* Add some helpers for handling carries in Ed25519Jack Lloyd2018-03-204-893/+491
* Fix function call accidentally removed in 903d8042a9Jack Lloyd2018-01-011-1/+3
* Add a cast to avoid Sonar warningJack Lloyd2018-01-011-6/+3
* Resolve undefined behavior in Ed25519 codeJack Lloyd2017-12-314-287/+313
* More header cleanupsJack Lloyd2017-09-232-0/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-222-5/+5
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-203-6/+6
* Complete the final annotation changesJack Lloyd2017-09-191-2/+2
* Avoid old style casts in Ed25519Jack Lloyd2017-09-172-270/+262
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* escape \Z in doxygen comment causing doxygen warning (and in turn error), fix...Zoltan Gyarmati2017-07-011-1/+1
* Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)Francis Dupont2017-06-121-1/+4
* Fixed private key codeFrancis Dupont2017-06-122-12/+9
* Fixed public key code for *25519Francis Dupont2017-06-121-9/+2
* Fix 32-bit error in Ed25519Jack Lloyd2017-06-093-24/+21
* Add missing overridesJack Lloyd2017-06-081-2/+2
* Disable Ed25519 under Visual C++Jack Lloyd2017-06-081-0/+7
* Fix inverted conditionalJack Lloyd2017-06-081-1/+1
* Avoid move operators in MSVC2013Jack Lloyd2017-06-071-2/+6
* Add Ed25519 key type and testsJack Lloyd2017-06-073-24/+359
* Add Ed25519 implementation based on SUPERCOP ref10Jack Lloyd2017-06-079-0/+4379