Post
Topic
Board Development & Technical Discussion
Re: Any particular meaning to this?
by
MikeJ_NpC
on 10/01/2023, 19:05:55 UTC
Why would sharing the code provide any insight? Its just self generated RSZK points based on the public key ...
Im asking about the correlation K=z/s .... which i dont see in this manner referenced and repeats.. 
Any significance?  Can do it on other addresses




or on another code i get R=X  which was surprising...

R = 0x17fc8af742cd78a73d7d720700fb7b1c21c15ea0b3ea07911781ca0f6a1a9f03
S = 0xbc87bcbb1e1f34b673e28c4b31168f03ab13fdadf7bf8330acc160d304740818
Z = 0x6951c1defa7011c72c990168ec9dc2540a7cb09d681e28643ea8d3a41cac7e73
K = 0xdec38117d66f305ea76ee63b625c283d37b2bb144ad96c269ea72bce06b3e702
X = 0x17fc8af742cd78a73d7d720700fb7b1c21c15ea0b3ea07911781ca0f6a1a9f03

Where as: with R you can verify you have the correct K value, and if you have the correct K value, then you can get the correct X value...
So R=X would be relevant?

proving
S = ((Z + (X * R)) / K) % N
R = (((S * K) - Z) / X) % N
Z = ((S * K) - (X * R)) % N
X = (((S * K) - Z) / R) % N
K = ((Z + (X * R)) / S) % N