aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/gost_3410
Commit message (Expand)AuthorAgeFilesLines
* Remove a fairly useless member of EC_PublicKey that was only used forlloyd2010-03-022-44/+1
* Kill get_EC_Dom_Pars_by_oidlloyd2010-03-011-3/+1
* Clean up EC_Domain_Paramslloyd2010-03-011-5/+3
* Move contents of gfpmath to numbertheory. Adjust dependencies.lloyd2010-02-251-1/+0
* Convert PointGFp::get_affine_{x,y} to return just the BigInt valuelloyd2010-02-251-5/+5
* Convert 3-arg constructoor of PointGFp to take BigInts instead oflloyd2010-02-251-2/+1
* Remove PointGFp::mult_this_securelloyd2010-02-241-5/+4
* Remove debug printlloyd2010-02-241-5/+0
* Of _course_, GOST 34.10 uses a non-standard X.509 encoding, and _of course_lloyd2009-12-122-5/+105
* Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-193-0/+434