mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Tesnet 3.0
This commit is contained in:
parent
6d4cb5e8a4
commit
c160349ba2
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
|
@ -22,7 +22,7 @@ package bn256
|
||||||
import (
|
import (
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto/bn256/cloudflare"
|
"github.com/EthereumCommonwealth/go-callisto/crypto/bn256/cloudflare"
|
||||||
)
|
)
|
||||||
|
|
||||||
// G1 is an abstract cyclic group. The zero value is suitable for use as the
|
// G1 is an abstract cyclic group. The zero value is suitable for use as the
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ package bn256
|
||||||
import (
|
import (
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto/bn256/google"
|
"github.com/EthereumCommonwealth/go-callisto/crypto/bn256/google"
|
||||||
)
|
)
|
||||||
|
|
||||||
// G1 is an abstract cyclic group. The zero value is suitable for use as the
|
// G1 is an abstract cyclic group. The zero value is suitable for use as the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue