mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Removed comment section referring to Cloudflare's bn curve parameters
This commit is contained in:
parent
9b0d1b9ab2
commit
6d6d4120bd
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ func bigFromBase10(s string) *big.Int {
|
|||
return n
|
||||
}
|
||||
|
||||
// u is the BN parameter that determines the prime: 1868033³.
|
||||
// u is the BN parameter
|
||||
var u = bigFromBase10("4965661367192848881")
|
||||
|
||||
// Order is the number of elements in both G₁ and G₂: 36u⁴+36u³+18u²+6u+1.
|
||||
|
|
|
|||
Loading…
Reference in a new issue