We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c078c commit f339b3dCopy full SHA for f339b3d
ecc/bn254/fr/tensor-commitment/commitment_test.go
@@ -22,8 +22,8 @@ import (
22
"strconv"
23
"testing"
24
25
- "github.com/consensys/gnark-crypto/ecc/bn254/fr"
26
- "github.com/consensys/gnark-crypto/ecc/bn254/fr/sis"
+ "github.com/Overclock-Validator/gnark-crypto/ecc/bn254/fr"
+ "github.com/Overclock-Validator/gnark-crypto/ecc/bn254/fr/sis"
27
"github.com/stretchr/testify/require"
28
)
29
0 commit comments