Double-and-add
Reduction of scalar multiplication into double and add operations
Last updated
Reduction of scalar multiplication into double and add operations
Last updated
Additions (including doubles) are cheap for elliptic curve points. As such, we try to reduce scalar multiplication (or elliptic curve points multiplied by a scalar) to a series of additions.
In practice, Double-and-add is implemented as follows:
For example, let's take a look at 6:
Written by of A41