Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Oct 11, 2024
1 parent 73d6aae commit 306a9c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gnark/gnark-jni/gnark-eip-196.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ package main
import "C"
import (
"errors"
"fmt"
"math/big"
"reflect"
"unsafe"
"github.com/consensys/gnark-crypto/ecc/bn254"
"github.com/consensys/gnark-crypto/ecc/bn254/fp"
)

var ErrMalformedPointEIP196 = errors.New("invalid point encoding")
Expand Down

0 comments on commit 306a9c9

Please sign in to comment.