diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-29 12:36:51 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-29 12:36:51 -0400 |
commit | fd07919bf6c462e40fdbd536a204f42a0dbbeaa5 (patch) | |
tree | 6502f76c8af9fa1cd843b93087936c758cd45cef | |
parent | 72ccef56791f4f5fe80980728cc953b6ce81efad (diff) | |
download | cryptography-fd07919bf6c462e40fdbd536a204f42a0dbbeaa5.tar.gz cryptography-fd07919bf6c462e40fdbd536a204f42a0dbbeaa5.tar.bz2 cryptography-fd07919bf6c462e40fdbd536a204f42a0dbbeaa5.zip |
spelling
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index d5131df6..176bf301 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -127,7 +127,7 @@ 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 signfiicantly faster; `elliptic curve diffie-hellman is faster +curves are also significantly faster; `elliptic curve diffie-hellman is faster than diffie-hellman`_. .. note:: |