aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ecgdsa/ecgdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* Pubkey cleanupsJack Lloyd2016-11-121-4/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-5/+8
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-4/+18
* 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-171-1/+1
* Add ECGDSARené Korthaus2016-04-191-0/+148