aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn256/bn256_fuzz.go
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn256/bn256_fuzz.go')
-rw-r--r--crypto/bn256/bn256_fuzz.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn256/bn256_fuzz.go b/crypto/bn256/bn256_fuzz.go
index 6aa142117..dd838d7f2 100644
--- a/crypto/bn256/bn256_fuzz.go
+++ b/crypto/bn256/bn256_fuzz.go
@@ -10,8 +10,8 @@ import (
"bytes"
"math/big"
- cloudflare "github.com/ethereum/go-ethereum/crypto/bn256/cloudflare"
- google "github.com/ethereum/go-ethereum/crypto/bn256/google"
+ cloudflare "github.com/dexon-foundation/dexon/crypto/bn256/cloudflare"
+ google "github.com/dexon-foundation/dexon/crypto/bn256/google"
)
// FuzzAdd fuzzez bn256 addition between the Google and Cloudflare libraries.