Difference between revisions of "LibTMCG"
(Created page with "{{Entry |Name=LibTMCG |Short description=LibTMCG is a C++ library for creating secure electronic card games. |Full description=LibTMCG is a C++ library for creating secure electr...") |
(No difference)
|
Revision as of 11:32, 12 April 2011
LibTMCG
https://www.nongnu.org/libtmcg/
LibTMCG is a C++ library for creating secure electronic card games.
LibTMCG is a C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available. Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players. Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 by many authors. LibTMCG provides the first practical implementation of such protocols.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Heiko Stamer | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking | VCS Repository Webview | https://savannah.nongnu.org/bugs/?group=libtmcg |
Bug Tracking,Developer | Mailing List Info/Archive | https://lists.nongnu.org/mailman/listinfo/libtmcg-dev |
Help,Support | Mailing List Info/Archive | https://lists.nongnu.org/mailman/listinfo/libtmcg |
Developer | VCS Repository Webview | https://savannah.nongnu.org/cvs/?group=libtmcg |
Software prerequisites
Kind | Description |
---|---|
Required to build | libgcrypt >= 1.6.0 |
Required to build | libgmp >= 4.1 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.