Slighly more user friendly Sage snippet

This commit is contained in:
Daniel Lubarov 2021-09-15 21:13:57 -07:00
parent 151d1f1d84
commit e1812dd797

View File

@ -76,7 +76,7 @@ impl Field for GoldilocksField {
// Sage:
// ```
// g_2 = g^((p - 1) / 2^32)
// g_2.multiplicative_order()
// g_2.multiplicative_order().factor()
// ```
const POWER_OF_TWO_GENERATOR: Self = Self(1753635133440165772);