Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
64590884
Topic
5511416
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?