Skip to content

Commit 27f2068

Browse files
committed
Tidy for GitHub viewing
1 parent 6b70cdb commit 27f2068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For ease of following, here are the main methods in ref10 and their equivalents
2525
| EdDSA point arithmetic | ref10 function | Java function |
2626
| ---------------------- | -------------- | ------------- |
2727
| `R = b * B` | `ge_scalarmult_base` | `GroupElement.scalarMultiply` |
28-
| `R = a * A + b * B` | `ge_double_scalarmult_vartime` | `GroupElement.doubleScalarMultiplyVariableTime` |
28+
| `R = a*A + b*B` | `ge_double_scalarmult_vartime` | `GroupElement.doubleScalarMultiplyVariableTime` |
2929
| `R = 2 * P` | `ge_p2_dbl` | `GroupElement.dbl` |
3030
| `R = P + Q` | `ge_madd`, `ge_add` | `GroupElement.madd`, `GroupElement.add` |
3131
| `R = P - Q` | `ge_msub`, `ge_sub` | `GroupElement.msub`, `GroupElement.sub` |

0 commit comments

Comments
 (0)