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
Line # Kind Name Docs
26 Function NS net string
32 Function getNS get net string
44 Function MP Undocumented
52 Function getMP get multiple precision integer
59 Function _MPpow return the MP version of (x**y)%z
64 Function ffs first from second
77 Function _fastgetMP Undocumented
82 Function _fastMP Undocumented
86 Function _fastMPpow Undocumented
90 Function _fastpow Undocumented
93 Function install Undocumented
def NS(t):
net string
def getNS(s, count=1):
get net string
def MP(number):
Undocumented
def getMP(data):
get multiple precision integer
def _MPpow(x, y, z):
return the MP version of (x**y)%z
def ffs(c, s):
first from second goes through the first list, looking for items in the second, returns the first one
def _fastgetMP(i):
Undocumented
def _fastMP(i):
Undocumented
def _fastMPpow(x, y, z=None):
Undocumented
def _fastpow(x, y, z=None):
Undocumented
def install():
Undocumented