aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
Commit message (Expand)AuthorAgeFilesLines
...
* spellingAlex Gaynor2015-08-291-1/+1
* Fixed #2270 -- update citation to something that worksAlex Gaynor2015-08-291-5/+5
* Update the docs for the correct RFC in more placesAlex Gaynor2015-08-121-2/+2
* resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-101-2/+2
* 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
* 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 methodAlex Gaynor2014-06-071-1/+1
* | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-071-1/+1
|\ \ | |/ |/|
| * 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