Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
64591167
Topic
5511416
Board
Development & Technical Discussion
Re: how to pow work with elliptic curve
by
goldkingcoiner
on
01/10/2024, 20:55:52 UTC
Quote from: ecdsa123 on
Today
at 07:20:54 PM
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