Post
Topic
Board Development & Technical Discussion
Re: Secp256k1 / Invalid Curve Attack
by
dexizer7799
on 24/08/2024, 08:05:58 UTC
to make convert from one to another as twisted curve - I mean the coordinates , you need before use rational number in sage math.

then you can easly use P.reduced(new_prime)

If will be one example code how to convert I will do all necessary.