Create and return a unique 56-character sha224 hash string. If seed is provided, it will be included in the string that is encoded into the hash. The function produces a different value each time it is called.
Create and return a 56-character sha224 hash using the string provided.