#### Hash
>* **Parameters:**
>	* `str`: str_INFO
>	* `sensitive`: sensitive_INFO
>* **Returns:**
>	* The reverse Bernstein hash of the string.
>* **Remarks:**
>	Based on Bernstein hash, but backwards to match the macros.  The only
>	characters which can be used in the compile time version of this code are:
>	a-z, A-Z, 0-9, _ and space.
>	native Hash(str[]);
>	NOW FORWARD AGAIN.
 
***

