From 617fe4b487485d993def60e9e35175c8e4d229ac Mon Sep 17 00:00:00 2001 From: Gabriel Orisaka Date: Sun, 31 Jul 2016 10:49:59 -0300 Subject: Remove provider language from docs (#3072) --- docs/hazmat/primitives/keywrap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives/keywrap.rst') diff --git a/docs/hazmat/primitives/keywrap.rst b/docs/hazmat/primitives/keywrap.rst index e4f9ffeb..95cae8d7 100644 --- a/docs/hazmat/primitives/keywrap.rst +++ b/docs/hazmat/primitives/keywrap.rst @@ -24,7 +24,7 @@ protections offered by key wrapping are also offered by using authenticated :param backend: A :class:`~cryptography.hazmat.backends.interfaces.CipherBackend` - provider that supports + instance that supports :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES`. :return bytes: The wrapped key as bytes. @@ -42,7 +42,7 @@ protections offered by key wrapping are also offered by using authenticated :param backend: A :class:`~cryptography.hazmat.backends.interfaces.CipherBackend` - provider that supports + instance that supports :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES`. :return bytes: The unwrapped key as bytes. -- cgit v1.2.3