aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/ec_dompar/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-17/+0
|
* Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmathlloyd2008-09-301-1/+1
|
* Move ECC domain parameters to their own module (ec_dompar). Eventually ecdsalloyd2008-09-301-0/+17
will be split up into ecdsa and eckaeg, however they are pretty stuck together at the moment so I'm leaving them like that until I can get the time to really dig into that code.