Package twisted :: Package conch :: Package ssh :: Module common
[frames | no frames]

Module twisted.conch.ssh.common

Common functions for the SSH classes.

This module is unstable.

Maintainer: Paul Swartz
Function Summary
  _MPpow_py(x, y, z)
return the MP version of (x**y)%z
  ffs(c, s)
first from second goes through the first list, looking for items in the second, returns the first one
  getMP_py(data)
get multiple precision integer
  getNS(s, count)
get net string
  MP_py(number)
  NS(t)
net string
  tgmpPow(x, y, z)

Variable Summary
RandomPool entropy = <Crypto.Util.randpool.RandomPool instance at 0...

Function Details

_MPpow_py(x, y, z)

return the MP version of (x**y)%z

ffs(c, s)

first from second goes through the first list, looking for items in the second, returns the first one

getMP_py(data)

get multiple precision integer

getNS(s, count=1)

get net string

NS(t)

net string

Variable Details

entropy

Type:
RandomPool
Value:
<Crypto.Util.randpool.RandomPool instance at 0x84328cc>                

Generated by Epydoc 2.0 on Sat Sep 13 04:21:09 2003 http://epydoc.sf.net