aboutsummaryrefslogtreecommitdiff
path: root/nizk/stage2
diff options
context:
space:
mode:
Diffstat (limited to 'nizk/stage2')
-rw-r--r--nizk/stage2/stage2.go2
-rw-r--r--nizk/stage2/stage2_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/nizk/stage2/stage2.go b/nizk/stage2/stage2.go
index 88bfa59..d4d2716 100644
--- a/nizk/stage2/stage2.go
+++ b/nizk/stage2/stage2.go
@@ -1,7 +1,7 @@
package stage2
import (
- . "kesim.org/seal/nizk"
+ . "kesim.org/seal/common"
)
// Implements the proof and verification of a statement of the following form:
diff --git a/nizk/stage2/stage2_test.go b/nizk/stage2/stage2_test.go
index a33a468..fadcc45 100644
--- a/nizk/stage2/stage2_test.go
+++ b/nizk/stage2/stage2_test.go
@@ -3,7 +3,7 @@ package stage2
import (
"testing"
- . "kesim.org/seal/nizk"
+ . "kesim.org/seal/common"
)
func TestVerification(t *testing.T) {