
The Function Block CRYPT_HMAC calculates the HMAC hash of a string according to the configuration.
Defines the string from which the hash is calculated.
Defines the key used for calculation.
Defines the algorithm to be used to generate the hash value. If no value is specified, the algorithm sha256 is used. The following algorithms are supported:
If the input is true, a binary output is generated. This corresponds to post-processing using Function Block HEX2BIN. However, it is much more efficient.
The checksum is output at the output as a hexadecimal string or binary value.