PHP implementation of the RFC 2104 Hash based Message Authentication Code
Performs a HMAC computation given relevant details such as Key, Hashing algorithm, the data to compute MAC of, and an output format of String, or Binary.
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | string |
Get the output size according to the hash algorithm and the output format
| Parameters: |
|
|---|---|
| Return type: | integer |
Get the supported algorithm
| Return type: | array |
|---|