aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/rsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index 7a22c204..4423aa8e 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -395,15 +395,14 @@ this without having to do the math themselves.
.. versionadded:: 0.8
+ Computes ``(p, q)`` given the modulus, public exponent, and private
+ exponent.
+
.. note::
When recovering prime factors this algorithm will always return ``p``
and ``q`` such that ``p < q``.
-
- Computes ``(p, q)`` given the modulus, public exponent, and private
- exponent.
-
:return: A tuple ``(p, q)``