aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 12:49:27 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-02-13 12:49:27 -0500
commit0f696fab0e012bca0b69f2c933c679f5ecbe80ad (patch)
tree96d5ed3979e735548b0e3ec6a59f5017d820526b /docs/hazmat/primitives/asymmetric/rsa.rst
parent723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b (diff)
parent2636e4abd54140a26cf8f0793d1be16d9458e032 (diff)
downloadcryptography-0f696fab0e012bca0b69f2c933c679f5ecbe80ad.tar.gz
cryptography-0f696fab0e012bca0b69f2c933c679f5ecbe80ad.tar.bz2
cryptography-0f696fab0e012bca0b69f2c933c679f5ecbe80ad.zip
Merge pull request #1658 from reaperhulk/move-hash-interfaces
Move hash interfaces
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/rsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index e516f749..4855a45c 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -252,7 +252,7 @@ Mask generation functions
in :class:`PSS` padding. It takes a hash algorithm and a salt length.
:param algorithm: An instance of a
- :class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
+ :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
provider.
Numbers
@@ -429,7 +429,7 @@ Key interfaces
provider.
:param algorithm: An instance of a
- :class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
+ :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
provider.
:returns:
@@ -499,7 +499,7 @@ Key interfaces
provider.
:param algorithm: An instance of a
- :class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
+ :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
provider.
:returns: