Skip to content

Commit b03168c

Browse files
committed
Update package name to ics23
1 parent 8ebffe7 commit b03168c

7 files changed

+7
-7
lines changed

go/ics23.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We make an adjustment to accept a Spec to ensure the provided proof is in the fo
2020
This can avoid an range of attacks on fake preimages, as we need to be careful on how to map key, value -> leaf
2121
and determine neighbors
2222
*/
23-
package proofs
23+
package ics23
2424

2525
import (
2626
"bytes"

go/ops.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package proofs
1+
package ics23
22

33
import (
44
"bytes"

go/ops_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package proofs
1+
package ics23
22

33
import (
44
"bytes"

go/proof.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package proofs
1+
package ics23
22

33
import (
44
"bytes"

go/proof_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package proofs
1+
package ics23
22

33
import (
44
"bytes"

go/proofs.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/vectors_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package proofs
1+
package ics23
22

33
import (
44
"encoding/hex"

0 commit comments

Comments
 (0)