Class Crypt_Hash
Pure-PHP implementations of keyed-hash message authentication codes (HMACs) and various cryptographic hashing functions.
Package: Crypt\Hash
Copyright: MMVII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.1.0
Located at vendors/phpseclib/Crypt/Hash.php
Copyright: MMVII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.1.0
Located at vendors/phpseclib/Crypt/Hash.php
Methods summary
public
|
|
public
|
|
public
|
|
public
String
|
|
public
Integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
Integer
|
|
public
Integer
|
|
public
Integer
|
|
public
String
|
|
public
String
|
Magic methods summary
Properties summary
public
Integer
|
$b |
#
Byte-length of compression blocks / key (Internal HMAC) |
public
Integer
|
$l |
#
Byte-length of hash output (Internal HMAC) |
public
String
|
$hash |
#
Hash Algorithm |
public
String
|
$key |
#
Key |
public
String
|
$opad |
#
Outer XOR (Internal HMAC) |
public
String
|
$ipad |
#
Inner XOR (Internal HMAC) |