CreateKey
Use this function to create a Key for the Hash algorithm. The Hash algorithm may not be used before the Key is created. CreateKey needs to be called regardless if the algortihm is a key-ed hashing or not.
FUNCTION CreateKey(key as String)
key:
For Key-ed Hashing pass the Hash key here, for non key-ed hashing then just put empty string here.