# Functions

CalculateHmac calculates the SHA-256 HMAC for the given data and key.
GetDataToSign converts a notification request item to string, which later on can be used for calculating a HMAC.
ValidateHmac calculates the HMAC of the notification request item and checks if it matches with the given key.