- e025be2 add EC WithNumbers interfaces and docs by Paul Kehrer · 11 years ago
- dacb5f9 add generate_private_key to DSAParameters + add a new function to dsa by Paul Kehrer · 11 years ago
- 368b1c9 Merge pull request #1132 from public/opaque-dsa-interfaces by Paul Kehrer · 11 years ago
- b024857 Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces by Alex Gaynor · 11 years ago
- 9842964 add DSAWithNumbers subinterfaces by Paul Kehrer · 11 years ago
- 645315b Organize the interface docs a bit better, added subheadings by Alex Gaynor · 11 years ago
- f2fb02a deprecate old RSA classes and methods by Paul Kehrer · 11 years ago
- 1e0de68 Remove numbers from DSA interfaces by Alex Stapleton · 11 years ago
- f0a48c6 change to sub-interface idea by Paul Kehrer · 11 years ago
- 48fe415 change names of key -> numbers interfaces by Paul Kehrer · 11 years ago
- 3e0c21e Documentation and interfaces for serialization to RSA*Numbers representations. by David Reid · 11 years ago
- e47bafb ECDSA backend by Alex Stapleton · 11 years ago
- 0cf031c remove raw numbers properties from the RSA*Key interfaces by Paul Kehrer · 11 years ago
- d436569 Apostophe by Alex Stapleton · 11 years ago
- 24258ec doc8 fixes by Alex Stapleton · 11 years ago
- 6e52674 Remove secp from spelling dictionary by Alex Stapleton · 11 years ago
- 33c9d83 Make EC key interfaces backend specific by Alex Stapleton · 11 years ago
- 977b409 Remove key_size from EC keys docs by Alex Stapleton · 11 years ago
- 23a6266 Add docs for EC numbers by Alex Stapleton · 11 years ago
- b987a08 Removed signer/verifier from signature algorithm by Alex Stapleton · 11 years ago
- 20c9903 Bump to 0.5 by Alex Stapleton · 11 years ago
- 80228a1 Update docs by Alex Stapleton · 11 years ago
- a1853f9 Flesh out EllipticCurveSignatureAlgorithm by Alex Stapleton · 11 years ago
- 085f378 Elliptic curve interfaces by Alex Stapleton · 11 years ago
- 0b3ff3b DSA signing support (this is mostly skeuomorf's work, credit to him) by Paul Kehrer · 11 years ago
- e0aeaf8 update docs by Paul Kehrer · 11 years ago
- 59edb61 Add DSA verification docs by Mohammed Attia · 11 years ago
- 4e602f3 RSA encryption support by Paul Kehrer · 11 years ago
- 27f9ca6 more docs by Paul Kehrer · 11 years ago
- 182825a Merge pull request #919 from Ayrx/cmac-interfaces by Paul Kehrer · 11 years ago
- 96c9981 remove links we don't need... by Paul Kehrer · 11 years ago
- 0d85831 we don't need to doc generate in the interface by Paul Kehrer · 11 years ago
- 01cdfb2 add missing sign/verify/generate docs for the RSA interfaces by Paul Kehrer · 11 years ago
- 83cd3f8 Added link to wikipedia for CMAC by Ayrx · 11 years ago
- 7964c17 Fixed nitpicks by Ayrx · 11 years ago
- a0f9850 Added missing HashContext documentation by Ayrx · 11 years ago
- c812170 Added CMAC interface documentation by Ayrx · 11 years ago
- c5fffd3 Standardise on sentence case for titles by Alex Stapleton · 11 years ago
- edacb14 Update the docs. by Mohammed Attia · 11 years ago
- 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
- 7a1738a Typo fixes by Mohammed Attia · 11 years ago
- cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
- 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
- 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
- b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
- fef1fbd address some review comments by Paul Kehrer · 11 years ago
- 42b3713 add RSA verification support by Paul Kehrer · 11 years ago
- 430202d let's try renaming everything I said I'd rename by Paul Kehrer · 11 years ago
- dd3780a some grammar fixes, rename a method or two by Paul Kehrer · 11 years ago
- eda558c more renaming by Paul Kehrer · 11 years ago
- 19f32d5 add versionadded to AsymmetricPadding by Paul Kehrer · 11 years ago
- e0f0f34 + docs for AsymmetricSignContext, AsymmetricVerifyContext, AsymmetricPadding by Paul Kehrer · 11 years ago
- 8e9c984 expose dmp1, dmq1, iqmp getters on RSAPrivateKey by Paul Kehrer · 11 years ago
- 2649a69 Refer to the `d` param of RSA as `private_exponent`. by Alex Gaynor · 12 years ago
- ee3e6bf Rename RSAs key_length to key_size by Alex Stapleton · 12 years ago
- 4c75a8c quotes inside, diff examples by Paul Kehrer · 12 years ago
- 1d65a2f fix spacing, remove versionadded since HashAlgorithm was in 0.1 by Paul Kehrer · 12 years ago
- e51a2db document HashAlgorithm by Paul Kehrer · 12 years ago
- 8454c51 Document that this is new in 0.2 by Alex Gaynor · 12 years ago
- e19e89f Enforce that these may only be called once by Alex Gaynor · 12 years ago
- 5484f72 Try to improve the docs by Alex Gaynor · 12 years ago
- b2774f5 Begin designing the KDF interfaces. Fixes #511 by Alex Gaynor · 12 years ago
- 2a91874 Linkify the RSA docs by Alex Gaynor · 12 years ago
- 46688b1 indentation is fun by Paul Kehrer · 12 years ago
- 82629f4 adding versionadded by Paul Kehrer · 12 years ago
- 359b946 methods don't have a type, they return things by Paul Kehrer · 12 years ago
- 0e94fbe make public_key an abstractmethod, update docs by Paul Kehrer · 12 years ago
- d527b30 update interface docs to make attributes return int (per irc discussion) by Paul Kehrer · 12 years ago
- ac42323 RSA private/public key interface + docs by Paul Kehrer · 12 years ago
- 2a160d6 Merge branch 'master' into validate-iv by Alex Gaynor · 12 years ago
- 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 12 years ago
- 9626b5a Validate the IV/nonce length for a given algorithm. by Alex Gaynor · 12 years ago
- 0a394df Implement and document an interface for cipher algorithms by David Reid · 12 years ago
- 9ed25e4 Module documentation. by David Reid · 12 years ago
- bd18bcd Single space. by David Reid · 12 years ago
- 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 12 years ago