# Functions
CalculateHmac calculates the SHA-256 HMAC for the given data and key.
GetDataToSign converts a notificationRequestItem to string, which later on can be used for calculating a HMAC.
ValidateHmac validates the HMAC signature of the NotificationRequestItem object.
ValidateHmacPayload validates the HMAC signature of a payload against an expected signature.