aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ecdsa
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head c1db52e38b60afbc6549af5222d...lloyd2010-02-251-8/+8
|\
| * propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-8/+7
| |\
| | * propagate from branch 'net.randombit.botan' (head 5525439539abc808b7b8588380a...lloyd2009-12-221-8/+7
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-161-8/+7
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-11/+0
| | | | |\
| | | | * | auto_ptr is unique_ptr in C++0xlloyd2009-11-181-2/+2
| | | | * | propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-181-6/+5
| | | | |\ \
| | | | | * \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-131-3/+2
| | | | | |\ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-6/+5
| | | | | |\ \ \
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+0
| | | | | | |\ \ \
| | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-211-10/+11
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-041-6/+5
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-6/+5
* | | | | | | | | | | | Use a Modular_Reducer in ECDSA op for reductions mod the order of the grouplloyd2010-02-252-18/+9
* | | | | | | | | | | | 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-3/+3
* | | | | | | | | | | | Remove PointGFp::mult_this_securelloyd2010-02-242-5/+3
|/ / / / / / / / / / /
* / / / / / / / / / / Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-2/+2
|/ / / / / / / / / /
* / / / / / / / / / Remove unneeded iostream/stdio includeslloyd2009-12-211-3/+0
|/ / / / / / / / /
* | | | | | | | / Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-11/+0
|/ / / / / / /
* | | | | | / Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-186-151/+109
| |_|_|_|_|/ |/| | | | |
* | | | | | Make set_all_values in {ECDSA,ECKAEG}_{Public,Private}Key all non-virtual;lloyd2009-11-101-3/+2
|/ / / / /
* | | | / Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| |_|_|/ |/| | |
* | | | Split up util.h into 3 fileslloyd2009-09-171-1/+0
| |_|/ |/| |
* | | 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-9/+10
* | | Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
|/ /
* / engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-306-49/+61
* Macro cleanuplloyd2008-11-091-1/+1
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-081-11/+1
* Remove spurious trailing ; after blockslloyd2008-10-131-2/+2
* Decruftlloyd2008-10-121-36/+27
* Move ECDSA_Signature into CVC module. It is not used by ECDSA directly now.lloyd2008-10-115-202/+57
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-093-11/+11
* Needed include of numthry.hlloyd2008-10-081-0/+1
* Fix problems with disabling ECDSAlloyd2008-10-081-56/+0
* Reformattinglloyd2008-10-082-5/+5
* Split ecdsa module into ecc_key, ecdsa, eckaeglloyd2008-10-0813-803/+292
* Fix lookup for ECDSA keys. Fix ecdsa info.txtlloyd2008-10-071-1/+1
* Fix thatlloyd2008-10-074-289/+289
* Split ECDSA and ECKAEG implementatations apartlloyd2008-10-0711-1046/+1124
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-013-11/+55
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-017-0/+1290