aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/utils.rst
Commit message (Collapse)AuthorAgeFilesLines
* update docs and changelog for prehashed support (#3268)Paul Kehrer2016-11-201-3/+15
|
* support RSA verify with prehashing (#3265)Paul Kehrer2016-11-201-1/+13
| | | | | | | | | | * support RSA verify with prehashing * review feedback * more dedupe * refactor and move to a separate module
* support prehashing in RSA sign (#3238)Paul Kehrer2016-11-201-0/+34
| | | | | | | | * support prehashing in RSA sign * check to make sure digest size matches prehashed data provided * move doctest for prehashed
* resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-101-5/+7
|
* Simpler languageAlex Gaynor2015-04-131-1/+1
|
* Removed a confusing sentenceAlex Gaynor2015-04-131-2/+1
|
* Document that decode_rfc6979_signature raises ValueErrorAlex Gaynor2015-04-131-0/+3
|
* add encode_rfc6979_signature and refactor tests to use itPaul Kehrer2014-11-271-0/+10
|
* add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-271-0/+16