aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecc_key/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
|
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-6/+7
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
| | | | | | | just toplevel pubkey). This was a convention I realized made sense sometime on when I was first doing the modularization changes. Move pkcs8.* and x509_key.* to pk_codecs
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-081-0/+19
Add actual implementations (from InSiTo) for ECDSA_Operation and ECKAEG_Operation.