diff options
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/big/int.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/int.go b/src/math/big/int.go index d34034bd1c..c9788beebd 100644 --- a/src/math/big/int.go +++ b/src/math/big/int.go @@ -1002,7 +1002,7 @@ func (z *Int) modSqrt3Mod4Prime(x, p *Int) *Int { return z } -// modSqrt5Mod8 uses Atkin's observation that 2 is not a square mod p +// modSqrt5Mod8Prime uses Atkin's observation that 2 is not a square mod p // // alpha == (2*a)^((p-5)/8) mod p // beta == 2*a*alpha^2 mod p is a square root of -1 |
