Skip to content

Commit

Permalink
style remove deadcode and newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabaie committed Dec 19, 2024
1 parent e6f8915 commit d60efa4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"math/bits"
)


// ProvingKey is used by a Groth16 prover to encode a proof of a statement
// Notation follows Figure 4. in DIZK paper https://eprint.iacr.org/2018/691.pdf
type ProvingKey struct {
Expand Down
2 changes: 0 additions & 2 deletions io/roundtrip.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ func RoundTripCheck(from any, to func() any) error {
return err
}

//fmt.Println(base64.StdEncoding.EncodeToString(buf.Bytes()[:written]))

if err := reconstruct(written); err != nil {
return err
}
Expand Down
1 change: 0 additions & 1 deletion std/gkr/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ func TestApiMul(t *testing.T) {

func BenchmarkMiMCMerkleTree(b *testing.B) {
depth := 14
//fmt.Println("start")
bottom := make([]frontend.Variable, 1<<depth)

for i := 0; i < 1<<depth; i++ {
Expand Down

0 comments on commit d60efa4

Please sign in to comment.