Git Product home page Git Product logo

online-poker-deck-shuffle-validation-using-secret-sharing-scheme's Introduction

Online Poker Deck Shuffle Validation

using Secret Sharing Scheme

Abstract

Permainan poker online sering menimbulkan kecurigaan, apakah pembagian kartu dilakukan dengan adil atau tidak. Dengan menggunakan secret sharing scheme, verifikasi pembagian kartu dapat dilaksanakan. Karena setiap pemain tidak ingin membagikan isi kartu tangan mereka, maka kartu tangan setiap pemain dapat dianggap sebagai share. Kemudian di akhir permainan, share seluruh pemain dapat digabungkan untuk memverifikasi pembangkit bilangan acak semu yang digunakan untuk melakukan pembagian kartu.

Requirements

  • Python 3.6+
  • PrimePy 1.3+

Installing Requirements

Linux

python -m virtualenv -p python3 venv
source venv/bin/activate
python -m pip install -r requirements.txt

Windows

python -m virtualenv -p python venv
venv\Scripts\activate
python -m pip install -r requirements.txt

Running Program

Linux

source venv/bin/activate
python main.py

Windows

venv\Scripts\activate
python main.py

Running tests

source venv/bin/activate
python tests.py

Windows

venv\Scripts\activate
python tests.py

Publication

Author

Jonathan Yudi Gunawan

online-poker-deck-shuffle-validation-using-secret-sharing-scheme's People

Contributors

jonathangun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.