Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 1 | -1/+3 |
| | |||||
* | fixed a syntax error in the docs | Alex Gaynor | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | Describe teh format of the result of signer.finalize(). Fixes #1479 | Alex Gaynor | 2014-11-17 | 1 | -0/+3 |
| | |||||
* | Improve EC docs | Paul Kehrer | 2014-07-04 | 1 | -35/+36 |
| | | | | | | | | * Fix some typos in links * Reorder docs to prioritize example above Numbers classes * Add more info to changelog * Add `Lange` to spelling wordlist since it fails on my machine (but not on the CI...so weird) | ||||
* | Advice on choosing a curve | Alex Stapleton | 2014-07-03 | 1 | -6/+24 |
| | |||||
* | Fixed AssertionError on missing curves | Ayrx | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | Fixed a reST syntax issue in the docs | Alex Gaynor | 2014-06-12 | 1 | -0/+16 |
| | |||||
* | Merge pull request #1114 from alex/fixed-markup | Paul Kehrer | 2014-06-07 | 1 | -1/+1 |
|\ | | | | | This is a function, not a method | ||||
| * | This is a function, not a method | Alex Gaynor | 2014-06-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1107 from public/ecdsa-multibackend | Paul Kehrer | 2014-06-07 | 1 | -1/+1 |
|\ \ | |/ |/| | ECDSA multibackend | ||||
| * | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 1 | -1/+1 |
| | | |||||
* | | Fix syntax error in docs | Alex Stapleton | 2014-06-07 | 1 | -1/+1 |
|/ | |||||
* | ECDSA backend | Alex Stapleton | 2014-06-07 | 1 | -2/+180 |
| | |||||
* | Rename private_key to private_value | Alex Stapleton | 2014-05-23 | 1 | -3/+3 |
| | |||||
* | Add __init__ arguments to docs | Alex Stapleton | 2014-05-23 | 1 | -2/+2 |
| | |||||
* | Add docs for EC numbers | Alex Stapleton | 2014-05-23 | 1 | -0/+51 |