Description
Online card games can use cryptographic protocols intended to make shuffling and dealing fair.
This C++ library is useful for developers building card-game systems where players should be able to trust that cards are handled securely. It does not provide a playable card game by itself; another application supplies rules, interface, networking, and accounts.
Fairness depends on correct integration, trusted builds, protocol choices, and server or peer behavior. Review the full game implementation before relying on it for competitive play.