diff options
Diffstat (limited to 'nizk/commit/commit_test.go')
-rw-r--r-- | nizk/commit/commit_test.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nizk/commit/commit_test.go b/nizk/commit/commit_test.go index 09b8416..916ba0e 100644 --- a/nizk/commit/commit_test.go +++ b/nizk/commit/commit_test.go @@ -1,6 +1,10 @@ package commit -import "testing" +import ( + "testing" + + . "kesim.org/seal/nizk" +) func TestStatement(t *testing.T) { var α, β = Curve.RandomScalar(), Curve.RandomScalar() |