aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/eckcdsa/eckcdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Precompute for multiexponentation when verifying ECC signaturesJack Lloyd2018-04-171-5/+6
* Add EC_Group::random_scalarJack Lloyd2018-03-211-1/+1
* Use blinded_base_point_multiply_x in the various signature schemesJack Lloyd2018-03-081-2/+1
* 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-27/+25
* Make m_emsa in PK_{Signature,Verification}_with_EMSA privateJack Lloyd2017-10-021-2/+2
* More header cleanupsJack Lloyd2017-09-231-0/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* 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