-
Notifications
You must be signed in to change notification settings - Fork 0
newcastleuniversity/lib-graph-sig
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build library without executing test cases -------------------------------------------- mvn clean package install -Dmaven.test.skip=true Build javadocs -------------- mvn javadoc:javadoc Generate new public and secret keys ----------------------------------- java -jar target/graph-sig-0.0.1-SNAPSHOT.jar -k 2048 Start the issuing protocol between a signer and a recipient ----------------------------------------------------------- Recipient side: java -jar target/graph-sig-0.0.1-SNAPSHOT.jar -r --verbose -H localhost -T 9997 Signer side: java -jar target/graph-sig-0.0.1-SNAPSHOT.jar -s --verbose -H localhost -T 9997 Execute the proof of geo-separation between a prover and a verifier ---------------------------------------------------------------------------- Prover side: java -jar target/graph-sig-0.0.1-SNAPSHOT.jar -p --verbose -H localhost -T 9997 Verifier side: java -jar target/graph-sig-0.0.1-SNAPSHOT.jar -v --verbose -q 1 -q 14 -H localhost -T 9997
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published