mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Changed value of xi to i+9
This commit is contained in:
parent
479d687b8c
commit
92f753a915
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ package bn256
|
||||||
// http://eprint.iacr.org/2006/471.pdf.
|
// http://eprint.iacr.org/2006/471.pdf.
|
||||||
|
|
||||||
// gfP6 implements the field of size p⁶ as a cubic extension of gfP2 where τ³=ξ
|
// gfP6 implements the field of size p⁶ as a cubic extension of gfP2 where τ³=ξ
|
||||||
// and ξ=i+3.
|
// and ξ=i+9.
|
||||||
type gfP6 struct {
|
type gfP6 struct {
|
||||||
x, y, z gfP2 // value is xτ² + yτ + z
|
x, y, z gfP2 // value is xτ² + yτ + z
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue