Skip to content

Commit

Permalink
-a
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuenz committed Feb 26, 2019
1 parent 702dbaf commit 5ee3afa
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
@@ -0,0 +1,4 @@
package edu.stanford.cs.crypto.efficientct.zetherprover;

public class OpeningStatement {
}
@@ -0,0 +1,4 @@
package edu.stanford.cs.crypto.efficientct.zetherprover;

public class ElGamalOpening {
}
@@ -0,0 +1,4 @@
package edu.stanford.cs.crypto.efficientct.zetherprover;

public class BurnProof {
}
@@ -0,0 +1,4 @@
package edu.stanford.cs.crypto.efficientct.zetherprover;

public class OpeningProver {
}
@@ -0,0 +1,4 @@
package edu.stanford.cs.crypto.efficientct.zetherprover;

public class OpeningVerifier {
}
@@ -0,0 +1,4 @@
package edu.stanford.cs.crypto.efficientct.openingproof;

public class OpeningTest {
}

0 comments on commit 5ee3afa

Please sign in to comment.