aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/sm2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump version for SM2Jack Lloyd2017-09-071-1/+1
* Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-7/+37
* 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-045-11/+340
* Remove debug printsJack Lloyd2017-06-301-17/+1
* Add SM2 signature schemeJack Lloyd2017-06-293-0/+345