From 40d56b2d98b96ef3c086db710f363953eac2d26e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 29 Aug 2015 12:39:12 -0400 Subject: line length --- docs/hazmat/primitives/asymmetric/ec.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/hazmat/primitives/asymmetric/ec.rst') 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 -- cgit v1.2.3