aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@kesim.org>2024-03-28 14:12:15 +0100
committerÖzgür Kesim <oec@kesim.org>2024-03-28 14:12:15 +0100
commitc867506476ca3c8ad4f79fd9800b4ff3ed6c03f9 (patch)
tree66c94ab2f0ab30fea19f1a9a0dc46c216cc43ae5
parent82d1938c5a052776eb6c5945c137754bf8076a11 (diff)
nizk/commit: rename from stage1 to commit, proper term
-rw-r--r--nizk/commit/commit.go (renamed from nizk/stage1/stage1.go)2
-rw-r--r--nizk/commit/commit_test.go (renamed from nizk/stage1/stage1_test.go)2
2 files changed, 2 insertions, 2 deletions
diff --git a/nizk/stage1/stage1.go b/nizk/commit/commit.go
index 3b97887..d9d06b5 100644
--- a/nizk/stage1/stage1.go
+++ b/nizk/commit/commit.go
@@ -1,4 +1,4 @@
-package stage1
+package commit
import (
"crypto/sha512"
diff --git a/nizk/stage1/stage1_test.go b/nizk/commit/commit_test.go
index 928cfc1..09b8416 100644
--- a/nizk/stage1/stage1_test.go
+++ b/nizk/commit/commit_test.go
@@ -1,4 +1,4 @@
-package stage1
+package commit
import "testing"