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
$a
private
int
$a
$allOneBits
private
static int
$allOneBits
$b
private
int
$b
$c
private
int
$c
$d
private
int
$d
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
stringreset()
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
intg()
private
static g(int $X, int $Y, int $Z) : int
Parameters
- $X : int
- $Y : int
- $Z : int
Return values
inth()
private
static h(int $X, int $Y, int $Z) : int
Parameters
- $X : int
- $Y : int
- $Z : int
Return values
inti()
private
static i(int $X, int $Y, int $Z) : int
Parameters
- $X : int
- $Y : int
- $Z : int
Return values
introtate()
private
static rotate(int $decimal, int $bits) : int
Parameters
- $decimal : int
- $bits : int
Return values
intsignedInt()
private
static signedInt(float|int $result) : int
Parameters
- $result : float|int
-
may be float on 32-bit system
Return values
intstep()
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