Documentation

MD5
in package

Table of Contents

Properties

$a  : int
$allOneBits  : int
$b  : int
$c  : int
$d  : int

Methods

__construct()  : mixed
MD5 stream constructor.
add()  : void
Add data to context.
getContext()  : string
Get MD5 stream context.
reset()  : void
Reset the MD5 stream context.
f()  : int
g()  : int
h()  : int
i()  : int
rotate()  : int
signedInt()  : int
step()  : void

Properties

$allOneBits

private static int $allOneBits

Methods

__construct()

MD5 stream constructor.

public __construct() : mixed

add()

Add data to context.

public add(string $data) : void
Parameters
$data : string

Data to add

getContext()

Get MD5 stream context.

public getContext() : string
Return values
string

reset()

Reset the MD5 stream context.

public reset() : void

f()

private static f(int $X, int $Y, int $Z) : int
Parameters
$X : int
$Y : int
$Z : int
Return values
int

g()

private static g(int $X, int $Y, int $Z) : int
Parameters
$X : int
$Y : int
$Z : int
Return values
int

h()

private static h(int $X, int $Y, int $Z) : int
Parameters
$X : int
$Y : int
$Z : int
Return values
int

i()

private static i(int $X, int $Y, int $Z) : int
Parameters
$X : int
$Y : int
$Z : int
Return values
int

rotate()

private static rotate(int $decimal, int $bits) : int
Parameters
$decimal : int
$bits : int
Return values
int

signedInt()

private static signedInt(float|int $result) : int
Parameters
$result : float|int

may be float on 32-bit system

Return values
int

step()

private static step(callable $func, int &$A, int $B, int $C, int $D, int $M, int $s, float|int $t) : void
Parameters
$func : callable
$A : int
$B : int
$C : int
$D : int
$M : int
$s : int
$t : float|int

may be float on 32-bit system


        
On this page

Search results