From 1e0de6857b85cd43865ed4dd4ca155cf66c7129b Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 14 Jun 2014 10:03:19 +0100 Subject: Remove numbers from DSA interfaces --- docs/hazmat/primitives/interfaces.rst | 62 ----------------------------------- 1 file changed, 62 deletions(-) (limited to 'docs/hazmat') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 8e6c2548..1e0ada18 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -258,50 +258,6 @@ Asymmetric interfaces `DSA`_ parameters. - .. attribute:: modulus - - :type: int - - The prime modulus that is used in generating the DSA key pair and used - in the DSA signing and verification processes. - - .. attribute:: subgroup_order - - :type: int - - The subgroup order that is used in generating the DSA key pair - by the generator and used in the DSA signing and verification - processes. - - .. attribute:: generator - - :type: int - - The generator that is used in generating the DSA key pair and used - in the DSA signing and verification processes. - - .. attribute:: p - - :type: int - - The prime modulus that is used in generating the DSA key pair and used - in the DSA signing and verification processes. Alias for :attr:`modulus`. - - .. attribute:: q - - :type: int - - The subgroup order that is used in generating the DSA key pair - by the generator and used in the DSA signing and verification - processes. Alias for :attr:`subgroup_order`. - - .. attribute:: g - - :type: int - - The generator that is used in generating the DSA key pair and used - in the DSA signing and verification processes. Alias for :attr:`generator`. - .. class:: DSAPrivateKey @@ -344,18 +300,6 @@ Asymmetric interfaces The bit length of the modulus. - .. attribute:: x - - :type: int - - The private key. - - .. attribute:: y - - :type: int - - The public key. - .. class:: DSAPublicKey @@ -369,12 +313,6 @@ Asymmetric interfaces The bit length of the modulus. - .. attribute:: y - - :type: int - - The public key. - .. method:: parameters() :return: :class:`~cryptography.hazmat.primitives.interfaces.DSAParameters` -- cgit v1.2.3