aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/ecdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* ECC private keys had two different constructors, one taking a grouplloyd2011-04-081-1/+1
* More pubkey doc updateslloyd2011-04-081-0/+61
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-61/+0
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-8/+6
* Fix minor errors and warnings in the examples. Remove boost dependency fromlloyd2010-03-031-1/+1
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Add LibraryInitializers to the examples, instead of relying on lazy init.lloyd2009-03-171-0/+2
* Move rng.{cpp,h} from core to rng/ topdirlloyd2008-10-261-4/+3
* Generate and check ECDSA signature in examplelloyd2008-10-111-2/+29
* Print generated public key in ECDSA examplelloyd2008-10-111-0/+2
* Correct OID for ECDSA paramlloyd2008-10-111-1/+1
* Update examples for recent API changeslloyd2008-10-081-6/+13
* Fix includelloyd2008-10-081-1/+1
* Cleanupslloyd2008-09-171-1/+5
* Allow creation of SEC1 curveslloyd2008-08-301-3/+5
* Incomplete ECDSA test/examplelloyd2008-08-271-0/+14