Module t.c.s.common

Part of twisted.conch.ssh View Source

Common functions for the SSH classes.

This module is unstable.

Maintainer: Paul Swartz
Function NS net string
Function getNS get net string
Function MP Undocumented
Function getMP get multiple precision integer
Function _MPpow return the MP version of (x**y)%z
Function ffs first from second
Function _fastgetMP Undocumented
Function _fastMP Undocumented
Function _fastMPpow Undocumented
Function _fastpow Undocumented
Function install Undocumented
def NS(t): (source)
net string
def getNS(s, count=1): (source)
get net string
def MP(number): (source)
Undocumented
def getMP(data): (source)
get multiple precision integer
def _MPpow(x, y, z): (source)
return the MP version of (x**y)%z
def ffs(c, s): (source)
first from second goes through the first list, looking for items in the second, returns the first one
def _fastgetMP(i): (source)
Undocumented
def _fastMP(i): (source)
Undocumented
def _fastMPpow(x, y, z=None): (source)
Undocumented
def _fastpow(x, y, z=None): (source)
Undocumented
def install(): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.