Changed value of xi to i+9

This commit is contained in:
Antoine Rondelet 2019-05-20 10:36:25 +01:00
parent 479d687b8c
commit 92f753a915

View file

@ -5,7 +5,7 @@ package bn256
// http://eprint.iacr.org/2006/471.pdf.
// gfP6 implements the field of size p⁶ as a cubic extension of gfP2 where τ³=ξ
// and ξ=i+3.
// and ξ=i+9.
type gfP6 struct {
x, y, z gfP2 // value is xτ² + yτ + z
}