iceland2k14 / quick

helpful Quick Scripts
GNU General Public License v3.0
30 stars 23 forks source link

Pubkey Divide #2

Closed makabress closed 3 years ago

makabress commented 3 years ago

hi thank you for this tool

just a question about divide

i trayed a 5 bit dividor i can confirm that the first pubkey result is divided by 32 , but i can't find the dividor of the other result

iceland2k14 commented 3 years ago

Yes Correct. 1 of them will be in reduced range. All Others will go closer to the Order//2 or Order of the Curve.

makabress commented 3 years ago

Ok thank you for explanation

But i think an incremental dividor is better and will give result

iceland2k14 commented 3 years ago

That's correct. It's already incremental --> https://github.com/iceland2k14/quick/blob/e4312eac3e944004549bf9d97657f2e0b8199de5/PubDiv.py#L58-L60