Math_BigInteger
[ class tree: Math_BigInteger ] [ index: Math_BigInteger ] [ all elements ]

Element index for package Math_BigInteger

[ a ] [ b ] [ c ] [ d ] [ g ] [ m ] [ p ] [ r ] [ s ] [ t ]

a

abs
in file Math_BigInteger.php, method Math_BigInteger::abs()
    Absolute value.
add
in file Math_BigInteger.php, method Math_BigInteger::add()
    Adds two BigIntegers.
top

b

bcint2bytes
in file ssh_demo.php, function bcint2bytes()
bitwise_and
in file Math_BigInteger.php, method Math_BigInteger::bitwise_and()
    Logical And
bitwise_not
in file Math_BigInteger.php, method Math_BigInteger::bitwise_not()
    Logical Not
bitwise_or
in file Math_BigInteger.php, method Math_BigInteger::bitwise_or()
    Logical Or
bitwise_xor
in file Math_BigInteger.php, method Math_BigInteger::bitwise_xor()
    Logical Exclusive-Or
bytes2bcint
in file ssh_demo.php, function bytes2bcint()
top

c

compare
in file Math_BigInteger.php, method Math_BigInteger::compare()
    Compares two numbers.
crc
in file ssh_demo.php, function crc()
top

d

divide
in file Math_BigInteger.php, method Math_BigInteger::divide()
    Divides two BigIntegers.
demo.php
procedural page demo.php
top

g

get_binary_packet
in file ssh_demo.php, function get_binary_packet()
top

m

Math_BigInteger
in file Math_BigInteger.php, method Math_BigInteger::Math_BigInteger()
    Converts base-2, base-10, base-16, and binary strings (eg. base-256) to BigIntegers.
Math_BigInteger
in file Math_BigInteger.php, class Math_BigInteger
    Pure-PHP arbitrary precission integer arithmetic library. Supports base-2, base-10, base-16, and base-256 numbers. Negative numbers are supported in all publically accessable functions save for modPow and modInverse.
Math_BigInteger.php
procedural page Math_BigInteger.php
microtime_float
in file ssh_demo.php, function microtime_float()
modInverse
in file Math_BigInteger.php, method Math_BigInteger::modInverse()
    Calculates modular inverses.
modPow
in file Math_BigInteger.php, method Math_BigInteger::modPow()
    Performs modular exponentiation.
multiply
in file Math_BigInteger.php, method Math_BigInteger::multiply()
    Multiplies two BigIntegers
top

p

prep_session_key
in file ssh_demo.php, function prep_session_key()
top

r

rsa_crypt
in file ssh_demo.php, function rsa_crypt()
rsa_crypt2
in file ssh_demo.php, function rsa_crypt2()
top

s

ssh_demo.php
procedural page ssh_demo.php
ssh1_connect
in file ssh_demo.php, function ssh1_connect()
SSH_SMSG_PUBLIC_KEY
in file ssh_demo.php, constant SSH_SMSG_PUBLIC_KEY
string_shift
in file ssh_demo.php, function string_shift()
subtract
in file Math_BigInteger.php, method Math_BigInteger::subtract()
    Subtracts two BigIntegers.
top

t

toBytes
in file Math_BigInteger.php, method Math_BigInteger::toBytes()
    Converts a BigInteger to a byte string (eg. base-256).
toString
in file Math_BigInteger.php, method Math_BigInteger::toString()
    Converts a BigInteger to a base-10 number.
top

Documentation generated on Thu, 16 Nov 2006 21:00:03 -0500 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.