twisted.conch.client.knownhosts uses Crypto.Hash.HMAC, could easily use stdlib hmac instead
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: The former of these two is actually a fork of the latter. Just switching knownhosts to the stdlib version won't make any part of Conch work without !PyCrypto, but I still don't see a particularly good reason to use the !PyCrypto version of this library rather than the stdlib version. ---------- Type : enhancement Component: conch Keywords : easy Priority : low Nosy : ---------- http://twistedmatrix.com/trac/ticket/3849