aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* docs changes based on feedbackPaul Kehrer2015-07-041-1/+1
|
* move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-041-7/+7
|
* remove docs for WithNumbers classes that are removed in 1.0Paul Kehrer2015-07-041-26/+0
|
* add support for secp256k1Paul Kehrer2015-05-081-0/+8
|
* update ecrypt link in docsPaul Kehrer2015-03-301-1/+1
|
* serialize EC public keysPaul Kehrer2015-03-081-0/+30
|
* format to privateformatPaul Kehrer2015-03-021-4/+4
|
* add support for serialization of EC private keysPaul Kehrer2015-03-011-0/+39
|
* Use HTTPS for a few URLs in the docs that support itAlex Gaynor2015-02-171-1/+1
|
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-2/+2
|
* move hash interfacesPaul Kehrer2015-02-131-2/+2
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-1/+1
|
* 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