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/stage2/stage2.go | |
parent | 7813100e5429ca486d6310f8a04d7a0d11325f2e (diff) |
refactoring in progress
Diffstat (limited to 'nizk/stage2/stage2.go')
-rw-r--r-- | nizk/stage2/stage2.go | 2 |
1 files changed, 1 insertions, 1 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: |