Commit 4aa20fa
authored
elliptic-curve: shorten name of
It's already obnoxiously long, but this removes `*_point_*` from the
previous `mul_by_generator_and_mul_add_point_vartime`.
The RHS of the addition (`bP`) is a point-scalar multiplication, so just
"point" alone doesn't add much additional clarity, and also the
operation is already defined on e.g. `ProjectivePoint` making it
somewhat redundant.mul_by_generator_and_mul_add_vartime (#2385)1 parent ac069b2 commit 4aa20fa
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 222 | + | |
227 | 223 | | |
228 | 224 | | |
229 | 225 | | |
| |||
0 commit comments