From 65637eb7dc466e4b715bddf1188a6d04845167a1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 18 Jan 2015 15:48:47 -0600 Subject: doc update --- docs/hazmat/primitives/asymmetric/rsa.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/primitives/asymmetric') diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index 4423aa8e..3c095a54 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -395,8 +395,8 @@ this without having to do the math themselves. .. versionadded:: 0.8 - Computes ``(p, q)`` given the modulus, public exponent, and private - exponent. + Computes the prime factors ``(p, q)`` given the modulus, public exponent, + and private exponent. .. note:: -- cgit v1.2.3