diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-29 12:39:12 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-29 12:39:12 -0400 |
commit | 40d56b2d98b96ef3c086db710f363953eac2d26e (patch) | |
tree | f00417c46dcf6fa14490f3980eca270762676f54 /docs/hazmat/primitives | |
parent | fd07919bf6c462e40fdbd536a204f42a0dbbeaa5 (diff) | |
download | cryptography-40d56b2d98b96ef3c086db710f363953eac2d26e.tar.gz cryptography-40d56b2d98b96ef3c086db710f363953eac2d26e.tar.bz2 cryptography-40d56b2d98b96ef3c086db710f363953eac2d26e.zip |
line length
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 176bf301..01671d44 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -125,10 +125,10 @@ Elliptic Curve Signature Algorithms Elliptic Curves --------------- -Elliptic curves provide equivalent security at much smaller key sizes than other -asymmetric cryptography systems such as RSA or DSA. For many operations elliptic -curves are also significantly faster; `elliptic curve diffie-hellman is faster -than diffie-hellman`_. +Elliptic curves provide equivalent security at much smaller key sizes than +other asymmetric cryptography systems such as RSA or DSA. For many operations +elliptic curves are also significantly faster; `elliptic curve diffie-hellman +is faster than diffie-hellman`_. .. note:: Curves with a size of `less than 224 bits`_ should not be used. You should |