hashOfCTF

Calculates a hash value for str. Note: The value will differ between 32bit and 64bit systems. It will also differ between little and big endian systems.

  1. hash_t hashOf(cstring str)
  2. hash_t hashOfCTF(cstring str)
    hash_t
    hashOfCTF

Meta