NAME ^

php_mhash.pir - PHP mhash Library

DESCRIPTION ^

Functions ^

string mhash(int hash, string data [, string key])

Hash data with hash

NOT IMPLEMENTED.

int mhash_count(void)

Gets the number of available hashes

NOT IMPLEMENTED.

int mhash_get_block_size(int hash)

Gets the block size of hash

NOT IMPLEMENTED.

string mhash_get_hash_name(int hash)

Gets the name of hash

NOT IMPLEMENTED.

string mhash_keygen_s2k(int hash, string input_password, string salt, int bytes)

Generates a key using hash functions

NOT IMPLEMENTED.


parrot