i speak little bit englsih
@NotATether help me this is your post 10/10/21 i need tips and python code:
https://bitcointalk.org/index.php?topic=5364939.msg58145174#msg581451741. Is it possible to know when the point addition process has gone outside of the field?
Implement a check before you do the modulus (I assume you made your own Point class) looking something like this:
x = # x point calculation
y = # y point calculation
if x > p_order:
print("X out of range: {}".format(x))
if y > p_order:
print("Y out of range: {}".format(y))
x %= p
y %= p
This will make your point addition much slower but it's also the only way to detect whether the addition went outside the field.
my problem for any random public key add,sub.div,multple output is unknow 3rd publickey (x,y)ok, next 3rd publickey (x,y) in get y value find even odd value is small or big range how to find any math algebra code
small range means 3rd publickey y odd or even value in this range n/2 fist half#0 to 7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0
big range means 3rd publickey y odd or even value is outof range n/2 2nd half #7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0 to fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141
what is relation math behind [ random x,y add,sub,div,mul ] y get find
small range or
big range
Privatekey :
1first x: c994b69768832bcbff5e9ab39ae8d1d3763bbf1e531bed98fe51de5ee84f50fb
second x: 79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798 private base x
third x: bcace2e99da01887ab0102b696902325872844067f15e98da7bba04400b88fcb
even y: 483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8 small range y private key: 1
odd y: b7c52588d95c3b9aa25b0403f1eef75702e84bb7597aabe663b82f6f04ef2777 big range y private key: fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364140
Privatekey :
2first x: c360a6d0b34ce6df4135ee7d59f87b33d2fad8cce43837ef3e995b6ed89250e1
second x: 769ad99b0ac59bb38e84d114104707f3d08d98e78ed88b6915ba9ad5cafd0898
third x: c6047f9441ed7d6d3045406e95c07cd85c778e4b8cef3ca7abac09b95c709ee5 private base x
even y: 1ae168fea63dc339a3c58419466ceaeef7f632653266d0e1236431a950cfe52a small range y private key: 2
odd y: e51e970159c23cc65c3a7be6b99315110809cd9acd992f1edc9bce55af301705 big range y private key: fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd036413f
Privatekey:
6first x: 19cab650e04db19581801eb9e6c50b54f6a51b9223f6040c894f936926e302c3
second x: fff97bd5755eeea420453a14355235d382f6472f8568a18b2f057a1460297556 private base x
third x: e63bcdd9aa535fc65e3aa731e3e8bed786649d3e56a15a6847aaf28078f38045
even y: 51ed8885530449df0c4169fe80ba3a9f217f0f09ae701b5fc378f3c84f8a0998 big range y private key: 6
odd y: ae12777aacfbb620f3be96017f45c560de80f0f6518fe4a03c870c36b075f297 small range y private key: fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd036413b
iknow random private key: how to find y is
small range or
big range atleast guess

yellow color is private key is base x value , then you find which one small range y bigrange y
test1:
first x: 1a1fd15fce078234aa292fc024178056bf006433c9b4bd208f59eb4c9efec95b private base x
second x: fc5eddb62317c03b0c0b501b3cbc7849f8babc4ac5515d4d25f4430a0aeb71c0
third x: e98150ea0ee0bd9049cb80249f2c075f4844df8170f9e5924ab1d1a75615bd43
even y: 5e750e01b967f6762c008a4069feedeeae10b91d30547666bf7ce63070c4150a
odd y: a18af1fe46980989d3ff75bf9601121151ef46e2cfab8999408319ce8f3be725
test2:
fist x: e6d4662474e3fae342e8cf460ff685fa5dcf99de42e6629320acae4e8bdb98d8
second x: 46ae596ce6268177c099b0c935759812fd4717661368960f44267c4a2f850be7
third x: d27d406ea4f583a4fc7d7ff0ba93e1f2a4e94ebba9b1075d9b2cd565449f539f private base x
even y: 2f090a097441f7d57a0af087fd8a6243b227d8a838e4751b290933588ac3b568
odd y: d0f6f5f68bbe082a85f50f7802759dbc4dd82757c71b8ae4d6f6cca6753c46c7
guys do you not understand my problom reply me i am exlain more

use this script modify script: y from x
https://bitcointalk.org/index.php?topic=5358400.msg57874787#msg57874787 Edit:
any one solve this problom i well donate for you 2022$ == 0.043 current btc price #