aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
Commit message (Collapse)AuthorAgeFilesLines
* move EC interfacesPaul Kehrer2015-02-121-13/+121
|
* add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-271-1/+3
|
* fixed a syntax error in the docsAlex Gaynor2014-11-201-1/+1
|
* Describe teh format of the result of signer.finalize(). Fixes #1479Alex Gaynor2014-11-171-0/+3
|
* Improve EC docsPaul Kehrer2014-07-041-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 curveAlex Stapleton2014-07-031-6/+24
|
* Fixed AssertionError on missing curvesAyrx2014-06-241-1/+1
|
* Fixed a reST syntax issue in the docsAlex Gaynor2014-06-121-0/+16
|
* Merge pull request #1114 from alex/fixed-markupPaul Kehrer2014-06-071-1/+1
|\ | | | | This is a function, not a method
| * This is a function, not a methodAlex Gaynor2014-06-071-1/+1
| |
* | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-071-1/+1
|\ \ | |/ |/| ECDSA multibackend
| * Multibackend support for ECAlex Stapleton2014-06-071-1/+1
| |
* | Fix syntax error in docsAlex Stapleton2014-06-071-1/+1
|/
* ECDSA backendAlex Stapleton2014-06-071-2/+180
|
* Rename private_key to private_valueAlex Stapleton2014-05-231-3/+3
|
* Add __init__ arguments to docsAlex Stapleton2014-05-231-2/+2
|
* Add docs for EC numbersAlex Stapleton2014-05-231-0/+51