Skip to content

szsascha/provably-fair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Provably fair

The provably fair is a encryption term for a functionallity to independently proof if the outcome of a game was fair or not. This is often used by online casinos to verify and proof that a game isn't rigged.

Requirements

  • Go

Setup

  1. Clone this repository
  2. Run go run .

Disclaimer

Do not use this in production. This project is just a simple implementation, made to understand the basics of the algorithm.