aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/eckcdsa/eckcdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-18/+18
* Pubkey cleanupsJack Lloyd2016-11-121-4/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-2/+0
* Fix ECKCDSA verification problemNever2016-11-011-1/+1
* ECKCDSA improved verification (Shamirs Trick for speed and calculate length o...Never2016-10-311-10/+8
* Fix hardcoded SHA-1 in eckcdsa consistency checkRené Korthaus2016-10-241-1/+1
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-7/+10
* 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/+3
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+201