Commit eef0650
authored
field: fix Invert comment (#48)
[Curve25519: new Diffie-Hellman speed records](https://cr.yp.to/ecdh/curve25519-20060209.pdf)
states that inverting an element is "a straightforward sequence of 254 squarings and 11 multiplications"
which can also be verified by counting the number of [Element.Square] calls.1 parent 62e99b0 commit eef0650
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments