aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
Commit message (Expand)AuthorAgeFilesLines
* RSA encryption supportPaul Kehrer2014-04-241-0/+17
* more docsPaul Kehrer2014-04-201-0/+18
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-161-0/+23
|\
| * Added link to wikipedia for CMACAyrx2014-04-151-2/+3
| * Fixed nitpicksAyrx2014-04-151-1/+1
| * Added CMAC interface documentationAyrx2014-04-151-0/+22
* | remove links we don't need...Paul Kehrer2014-04-151-2/+0
* | we don't need to doc generate in the interfacePaul Kehrer2014-04-151-16/+0
* | add missing sign/verify/generate docs for the RSA interfacesPaul Kehrer2014-04-151-0/+64
* | Added missing HashContext documentationAyrx2014-04-151-0/+21
|/
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-5/+5
* Update the docs.Mohammed Attia2014-03-171-1/+7
* Change DSAParams to DSAParametersMohammed Attia2014-03-041-5/+5
* Typo fixesMohammed Attia2014-03-041-7/+7
* Change keypair to key pair to pass the sphinx spelling testMohammed Attia2014-03-041-6/+6
* Define DSA in the documentationMohammed Attia2014-03-041-0/+1
* Annotate aliases in the DSA documentationMohammed Attia2014-03-041-3/+3
* Added documentation for the DSA interfacesMohammed Attia2014-03-041-0/+107
* address some review commentsPaul Kehrer2014-02-261-2/+2
* add RSA verification supportPaul Kehrer2014-02-251-2/+2
* let's try renaming everything I said I'd renamePaul Kehrer2014-02-181-1/+1
* some grammar fixes, rename a method or twoPaul Kehrer2014-02-181-1/+1
* more renamingPaul Kehrer2014-02-171-3/+3
* add versionadded to AsymmetricPaddingPaul Kehrer2014-02-171-1/+1
* + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPaddingPaul Kehrer2014-02-171-0/+33
* expose dmp1, dmq1, iqmp getters on RSAPrivateKeyPaul Kehrer2014-02-131-1/+23
* Refer to the `d` param of RSA as `private_exponent`.Alex Gaynor2014-02-031-1/+7
* Rename RSAs key_length to key_sizeAlex Stapleton2014-02-021-2/+2
* quotes inside, diff examplesPaul Kehrer2014-01-291-2/+2
* fix spacing, remove versionadded since HashAlgorithm was in 0.1Paul Kehrer2014-01-291-3/+0
* document HashAlgorithmPaul Kehrer2014-01-291-0/+28
* Document that this is new in 0.2Alex Gaynor2014-01-281-0/+2
* Enforce that these may only be called onceAlex Gaynor2014-01-281-0/+10
* Try to improve the docsAlex Gaynor2014-01-281-12/+14
* Begin designing the KDF interfaces. Fixes #511Alex Gaynor2014-01-271-0/+30
* Linkify the RSA docsAlex Gaynor2014-01-261-6/+7
* indentation is funPaul Kehrer2014-01-261-2/+2
* adding versionaddedPaul Kehrer2014-01-261-0/+4
* methods don't have a type, they return thingsPaul Kehrer2014-01-261-1/+1
* make public_key an abstractmethod, update docsPaul Kehrer2014-01-261-9/+9
* update interface docs to make attributes return int (per irc discussion)Paul Kehrer2014-01-261-16/+14
* RSA private/public key interface + docsPaul Kehrer2014-01-251-0/+100
* Merge branch 'master' into validate-ivAlex Gaynor2014-01-011-0/+11
|\
| * BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't...David Reid2013-12-171-0/+11
* | Validate the IV/nonce length for a given algorithm.Alex Gaynor2013-11-191-0/+12
|/
* Implement and document an interface for cipher algorithmsDavid Reid2013-11-151-2/+24
* Module documentation.David Reid2013-11-071-1/+1
* Single space.David Reid2013-11-071-2/+2
* Add a new Mode interface to document mode.name and start on some prose docs f...David Reid2013-11-071-0/+59