A Haskell implementation for distributed card games. This libary contains the cryptographic primatives that one will need in such a game.
TODO: Implement ZK proofs for
- Proof of knowledge of privatekey given pubkey.
- Proof of knowledge of correct decryption given message and pubkey.
- Proof of knowledge of correct shuffel.