Post
Topic
Board Development & Technical Discussion
Re: how to pow work with elliptic curve
by
goldkingcoiner
on 01/10/2024, 20:55:52 UTC


HI , it is maybe silly questions.

I have something like in pure python:

d = pow(g, f*(n-2) ,n)

where:  g - generator as integer
            f -  some int value
            n - order

I would like to know how to write in elliptic curve where g is a point?



You mean something like this?: https://en.wikipedia.org/wiki/Elliptic_curve_point_multiplication