-1

How is this notation read $$a_{0}^{2^{i}}??$$

Here is also an image of the full reference:

enter image description here

Valent
  • 3,228
  • 1
  • 15
  • 28
  • 2
    $a^{2^i}_0 \text{ modulo } p$ can be read as "*A* zero to the power of two to the *i* modulo *$p$*" – Henry Jan 31 '21 at 22:40

1 Answers1

1

The number $a_0$ is the input to the function that does the exponentiation. The notation $$a_0^{2^i}$$ then refers to the number $a_0$ to the power of $2^i$.

Mankind
  • 13,170