diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-08 12:35:43 -0300 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-11-08 12:35:43 -0300 |
commit | 37756f3a8892dbb41dfda74dcf37e21053bf4e34 (patch) | |
tree | f144cbc2773fc0b3eebc2c8b8246ec2e88945729 /README | |
parent | b16f91ee1d6475036235ee7224ea4be5d58a65bf (diff) |
Start porting ECDSA to cryptography. Everything except the to_der seems to work
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ Requirements - Python 2.6 or better <http://www.python.org/> - this includes Python 3.2 and higher as well. - Cryptography 0.6 or better <https://cryptography.io> - - ecdsa 0.9 or better <https://pypi.python.org/pypi/ecdsa> - pyasn1 0.1.7 or better <https://pypi.python.org/pypi/pyasn1> If you have setuptools, you can build and install paramiko and all its |