summaryrefslogtreecommitdiff
path: root/paramiko/ecdsakey.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-25 18:58:25 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-25 18:58:25 -0700
commitfdfbdbb6cc64927fe1e41592728d35eddecc08de (patch)
treef2505ab248f262df47d3935d64c1500da81b52c0 /paramiko/ecdsakey.py
parent820a2c720f0a6b39df2657b83a169b7e68f85fc7 (diff)
downloadparamiko-fdfbdbb6cc64927fe1e41592728d35eddecc08de.tar.gz
Formatting tweaks re #731
Diffstat (limited to 'paramiko/ecdsakey.py')
-rw-r--r--paramiko/ecdsakey.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/paramiko/ecdsakey.py b/paramiko/ecdsakey.py
index 6663baa2..0af60a15 100644
--- a/paramiko/ecdsakey.py
+++ b/paramiko/ecdsakey.py
@@ -39,10 +39,11 @@ from paramiko.util import deflate_long, inflate_long
class _ECDSACurve(object):
"""
- Object for representing a specific ECDSA Curve (i.e. nistp256, nistp384,
- etc.). Handles the generation of the key format identifier and the
- selection of the proper hash function. Also grabs the proper curve from the
- ecdsa package.
+ Represents a specific ECDSA Curve (nistp256, nistp384, etc).
+
+ Handles the generation of the key format identifier and the selection of
+ the proper hash function. Also grabs the proper curve from the 'ecdsa'
+ package.
"""
def __init__(self, curve_class, nist_name):
self.nist_name = nist_name