diff options
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 |
commit | 4adec77feea7e9ec45ca43084383d85de450518b (patch) | |
tree | 446ecf80204c6a1b755547e121f1f8450c99f6ae /nizk/schnorr/schnorr_test.go | |
parent | 7813100e5429ca486d6310f8a04d7a0d11325f2e (diff) |
refactoring in progress
Diffstat (limited to 'nizk/schnorr/schnorr_test.go')
-rw-r--r-- | nizk/schnorr/schnorr_test.go | 4 |
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 +} |