aboutsummaryrefslogtreecommitdiff
path: root/nizk/schnorr/schnorr_test.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@kesim.org>2024-11-11 21:28:12 +0100
committerÖzgür Kesim <oec@kesim.org>2024-11-11 21:28:12 +0100
commit4adec77feea7e9ec45ca43084383d85de450518b (patch)
tree446ecf80204c6a1b755547e121f1f8450c99f6ae /nizk/schnorr/schnorr_test.go
parent7813100e5429ca486d6310f8a04d7a0d11325f2e (diff)
refactoring in progress
Diffstat (limited to 'nizk/schnorr/schnorr_test.go')
-rw-r--r--nizk/schnorr/schnorr_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/nizk/schnorr/schnorr_test.go b/nizk/schnorr/schnorr_test.go
index ca541de..2adec8e 100644
--- a/nizk/schnorr/schnorr_test.go
+++ b/nizk/schnorr/schnorr_test.go
@@ -3,7 +3,7 @@ package schnorr
import (
"testing"
- . "kesim.org/seal/nizk"
+ . "kesim.org/seal/common"
)
func TestSchnorr(t *testing.T) {
@@ -31,4 +31,4 @@ func TestSchnorr(t *testing.T) {
if c.Verify(pr, ID.Exp(a)) {
t.Fatal("Verification didn't fail!")
}
-} \ No newline at end of file
+}