aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/sm2/sm2_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EC_Group::random_scalarJack Lloyd2018-03-211-1/+1
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-7/+7
* New API for blinded ECC point multiplicationJack Lloyd2018-02-211-13/+16
* Further simplifications in SM2 codeJack Lloyd2018-02-181-11/+11
* Use shared representation of EC_GroupJack Lloyd2018-01-311-3/+3
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-201-25/+30
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Change SM2 encryption to match updated standard.Jack Lloyd2017-09-101-5/+5
* Remove unused memberJack Lloyd2017-09-061-1/+0
* Support arbitrary hashes for SM2 encryptionJack Lloyd2017-09-051-12/+17
* Add SM2 encryption schemeJack Lloyd2017-08-041-0/+231