Skip to main content

Cryptographic Hashing

Updated over a year ago

Clutch Casino uses the SHA-256 algorithm for cryptographic hashing, ensuring the security and integrity of the game outcomes.

Example of Verification Process

  1. Generate Random Values: SHA-256 is used to generate a random hashed value.

  2. Convert to Floats: The hashed value is converted to floats between 0 and 1.

  3. Determine Game Events: The floats are then translated into game events, ensuring randomness and fairness.

Did this answer your question?