aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecgdsa
Commit message (Expand)AuthorAgeFilesLines
* Add EC_Group::inverse_mod_orderJack Lloyd2018-04-171-1/+1
* Precompute for multiexponentation when verifying ECC signaturesJack Lloyd2018-04-171-3/+4
* Add EC_Group::random_scalarJack Lloyd2018-03-211-1/+1
* Shift ECDSA inputs to match OpenSSL behaviorJack Lloyd2018-03-211-2/+2
* Use blinded_base_point_multiply_x in the various signature schemesJack Lloyd2018-03-081-3/+6
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-3/+2
* Add point_multiply operation to EC_GroupJack Lloyd2018-02-181-1/+1
* Add functions to reduce integers mod the order to EC_GroupJack Lloyd2018-02-181-33/+27
* Apply final annotations to the library alsoJack Lloyd2017-09-222-3/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-2/+2
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Fix private key ctors API docs [ci skip]René Korthaus2017-01-271-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-9/+9
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-2/+2
* Pubkey cleanupsJack Lloyd2016-11-122-12/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-2/+7
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-072-8/+10
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-072-4/+27
* Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signaturesRené Korthaus2016-08-171-4/+1
* fix test failures and seg faults when Botan is configured with --module-poli...René Korthaus2016-06-172-1/+3
* Enable ECGDSA in default buildRené Korthaus2016-04-201-2/+0
* Add ECGDSARené Korthaus2016-04-193-0/+252