FiloSottile / edwards25519

filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.
https://filippo.io/edwards25519
BSD 3-Clause "New" or "Revised" License
137 stars 30 forks source link

A trivial documentation update in field invert function #39

Open DeviPrasad opened 9 months ago

DeviPrasad commented 9 months ago

The comment line in the 'invert' function (package field) says it uses 255 squaring operations.

I think you meant to say 254 squaring operations (not 255).