Post
Topic
Board Development & Technical Discussion
Topic OP
how to pow work with elliptic curve
by
ecdsa123
on 01/10/2024, 19:20:54 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?