Elliptic curves: scalar multiplication revisited
Written by Dominik Joe Pantůček on 2018-04-19
curvesmultiplicationcryptographyApplying the scalar multiplication to points on elliptic curves over finite fields works the same way as over real numbers. The difference is that over a finite field, the operation can actually be - and it is - used for some real-world cryptography. If we look at the operation in detail, we also find some interesting features which may help or complicate things a bit when it comes to implementing such cryptography. This week we show how it works.