zkpbinding: use proper field size for BLS12-381
It's not differ from BN254, but we'd better use the proper package. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
ff260a6a9b
commit
8c46517522
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
"github.com/consensys/gnark-crypto/ecc"
|
||||
bls12381 "github.com/consensys/gnark-crypto/ecc/bls12-381"
|
||||
"github.com/consensys/gnark-crypto/ecc/bn254/fr"
|
||||
"github.com/consensys/gnark-crypto/ecc/bls12-381/fr"
|
||||
"github.com/consensys/gnark/backend/groth16"
|
||||
"github.com/consensys/gnark/backend/witness"
|
||||
"github.com/nspcc-dev/neo-go/pkg/util/slice"
|
||||
|
|
Loading…
Reference in a new issue