Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mervyn-mccreight/mentalpoker
https://github.com/mervyn-mccreight/mentalpoker
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mervyn-mccreight/mentalpoker
- Owner: mervyn-mccreight
- Created: 2015-10-20T15:32:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T21:43:25.000Z (about 9 years ago)
- Last Synced: 2023-02-26T21:26:55.264Z (over 1 year ago)
- Language: Java
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mental Poker
============
FH-Wedel IT-Security Project WS 2015:0. Implementing SRA to a Bouncy-Castle Fork
0. Using SRA to implement the mental poker protocolUsage
-------
This project uses Gradle as a building-tool.
All dependencies are resolved automatically (including the dependency to a release of my [own bouncy castle fork with SRA](https://github.com/mervyn-mccreight/bc-java)).Gradle-Wrapper
---------
You do not need a local installation of Gradle to run this project. To build it use the included gradle-wrapper with
```
./gradlew [gradle-task]
```Testing
--------
To run the tests use
```
./gradlew test
```