From fcc2be5cc50314f04aa789a6d4dd261bd83df383 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Fri, 19 Feb 2016 13:56:17 -0500 Subject: [PATCH] Update README.rst Include PyCA's Cryptography in the set of supported crypto ilbraries --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4be7fe33..28c0ba5b 100644 --- a/README.rst +++ b/README.rst @@ -178,9 +178,10 @@ verify ed25519 signatures and is intended for sofware updater clients, ``tuf[tools]`` provides repository maintainers secure ed25519 key and signature generation with PyNaCl / libsodium. -TUF tools also enable general-purpose cryptography with PyCrypto. -Software updaters that want to support verification of RSASSA-PSS -signatures should require their clients to install ``tuf[tools]``. +TUF tools also enable general-purpose cryptography with PyCrypto +and/or PyCA's Cryptography. Software updaters that want to support +verification of RSASSA-PSS signatures should require their clients +to install ``tuf[tools]``. Installing extras does not work if minimal install was a wheel (pip <= 1.5.6.) `https://github.com/pypa/pip/issues/1885 `_