|
new(...)
Return a new hash object using the named algorithm. |
|
|
|
openssl_md5(...)
Returns a md5 hash object; optionally initialized with a string |
|
|
|
openssl_sha1(...)
Returns a sha1 hash object; optionally initialized with a string |
|
|
|
openssl_sha224(...)
Returns a sha224 hash object; optionally initialized with a string |
|
|
|
openssl_sha256(...)
Returns a sha256 hash object; optionally initialized with a string |
|
|
|
openssl_sha384(...)
Returns a sha384 hash object; optionally initialized with a string |
|
|
|
openssl_sha512(...)
Returns a sha512 hash object; optionally initialized with a string |
|
|