Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
8e9c984d5d85db83c5fa45f6f2083d6b5e15326b
/
docs
/
hazmat
/
primitives
/
interfaces.rst
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