diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-06-04 16:02:09 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-04 10:02:09 -1000 |
commit | 3661011e396bf8df35f4a665293e390ada5b4102 (patch) | |
tree | f95db0b58eb2ce8e529cf60612584622602ed421 /docs | |
parent | eadebec0014575b07515e0e65b06c490f214d35a (diff) | |
download | cryptography-3661011e396bf8df35f4a665293e390ada5b4102.tar.gz cryptography-3661011e396bf8df35f4a665293e390ada5b4102.tar.bz2 cryptography-3661011e396bf8df35f4a665293e390ada5b4102.zip |
Remove a line from "Why do we exist" (#3672)
I have no idea what this meant
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index bc6fc255..edff64bd 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -28,7 +28,6 @@ legacy libraries: * Lack of maintenance. * Lack of high level APIs. * Lack of PyPy and Python 3 support. -* Poor introspectability and thus poor testability. * Absence of algorithms such as :class:`AES-GCM <cryptography.hazmat.primitives.ciphers.modes.GCM>` and :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. |