aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/twofactor.rst
diff options
context:
space:
mode:
authorGabriel Orisaka <orisaka@gmail.com>2016-07-31 10:49:59 -0300
committerAlex Gaynor <alex.gaynor@gmail.com>2016-07-31 09:49:59 -0400
commit617fe4b487485d993def60e9e35175c8e4d229ac (patch)
tree1d0b07e159fa5c55dc6ef08d4762583319377593 /docs/hazmat/primitives/twofactor.rst
parent33c59a3b176d76230c37f6b7b00cc74ba3263b02 (diff)
downloadcryptography-617fe4b487485d993def60e9e35175c8e4d229ac.tar.gz
cryptography-617fe4b487485d993def60e9e35175c8e4d229ac.tar.bz2
cryptography-617fe4b487485d993def60e9e35175c8e4d229ac.zip
Remove provider language from docs (#3072)
Diffstat (limited to 'docs/hazmat/primitives/twofactor.rst')
-rw-r--r--docs/hazmat/primitives/twofactor.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst
index abee80de..34ca16b7 100644
--- a/docs/hazmat/primitives/twofactor.rst
+++ b/docs/hazmat/primitives/twofactor.rst
@@ -46,10 +46,10 @@ codes (HMAC).
:param int length: Length of generated one time password as ``int``.
:param cryptography.hazmat.primitives.hashes.HashAlgorithm algorithm: A
:class:`~cryptography.hazmat.primitives.hashes`
- provider.
+ instance.
:param backend: A
:class:`~cryptography.hazmat.backends.interfaces.HMACBackend`
- provider.
+ instance.
:param enforce_key_length: A boolean flag defaulting to True that toggles
whether a minimum key length of 128 bits is enforced. This exists to
work around the fact that as documented in `Issue #2915`_, the
@@ -168,11 +168,11 @@ similar to the following code.
:param int length: Length of generated one time password as ``int``.
:param cryptography.hazmat.primitives.hashes.HashAlgorithm algorithm: A
:class:`~cryptography.hazmat.primitives.hashes`
- provider.
+ instance.
:param int time_step: The time step size. The recommended size is 30.
:param backend: A
:class:`~cryptography.hazmat.backends.interfaces.HMACBackend`
- provider.
+ instance.
:param enforce_key_length: A boolean flag defaulting to True that toggles
whether a minimum key length of 128 bits is enforced. This exists to
work around the fact that as documented in `Issue #2915`_, the