Thank you for your answer. What is nonces ?
I need them for tests and I need know nonces...
Br
Pubkey = 02ceb6cbbcdbdf5ef7150682150f4ce2c6f4807b349827dcdbdd1f2efa885a2630
puzzle #120

---
k1 = 0x00000000000000000000000000000000025d46d0bccbc08eafa03912b3f2c206
r1 = 0x890895144c4a40cd18126d1ce6534e03ab909c8c3692f1cc108fec8e2e4dea97
s1 = 0x51bc4ff0a414d66113e354a7070f47eba8ab76035e776ed2123c7d5ee991b800
z1 = 0xf11d940943f16b4117aea030d0b0cf7f6781e99f2babe05daa574a10b072bc44
k2 = 0x00000000000000000000000000000000029c9ececdceab18cfba91146e5ded7e
r2 = 0x2e772d6ea8cd5dc0b4f06a5f4e5ea057cb65b27a820acb0df711e2855052193f
s2 = 0x83e65d972d090e8d975e5ed99f55c9bbc20fcf692344cf847f3639f4ff026d63
z2 = 0x625ed03aa7e42bb1f65e5546861807a0a52fc52cb20a6b4bdc32b2028e70904b
k3 = 0x000000000000000000000000000000000141bf2eb7b3d7b7b5bbf78d4f28bcda
r3 = 0xb32f2f28d07cd0a9cc139905e1875379b9349fd21ccb838e380215afa5f26eac
s3 = 0x15d30ec6841a4e59bbb87bfc11ebf7cab78b5eb2e5ce742ebe7d07a060ebfc5b
z3 = 0x3677c07287e8742faf74b964476405f1f153466b26234b3461b268ee00676ce8
121 bit : 3 r,s,z use LLL_nonce_leakage.py , you can found private key about 1~2 second
Hi jacky19790729,
I am not sure which LLL_nonce_leakage.py you mean!
Because the one from iceland2k14 is just generating the values and try to solve them, but how can you inject your values.
As the example you mentioned of puzzle #120 ?
I will be thankful if somebody can give a hint
Regards
posible make MSB LSB in r known:
k = 0x157cb65b27a820acb0df711e28550521930
new k ,=
fffff5d576e7357a4501ddfe92f467d8381e976131536b49b6e441122088
5a7./modmath 0x157cb65b27a820acb0df711e28550521930 - 0x80000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000
Result: fffff5d576e7357a4501ddfe92f467d8381e976131536b49b6e4411220885a71
userland@localhost:~/ecctools$ ./modmath 0x157cb65b27a820acb0df711e28550521930 - 0x70000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000
Result: fffff71ac80a4ecafc61a23ec095db0801dd566131536b49b6e4411220885a71
userland@localhost:~/ecctools$ ./modmath 0x157cb65b27a820acb0df711e28550521930 - 0x80000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000
Result: fffff5d576e7357a4501ddfe92f467d8381e976131536b49b6e4411220885a71
userland@localhost:~/ecctools$ ./modmath 0x157cb65b27a820acb0df711e28550521930 - 0x60000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000
Result: fffff860192d681bb3c1667eee374e37cb9c156131536b49b6e4411220885a71
for bigger k:
./modmath 0x257cb65b27a820acb0df711e2855052193f - 0x60000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000 Result: fffff860192d681bb3c1667eee374f37cb9c156131536b49b6e4411220885a80
userland@localhost:~/ecctools$ ./modmath 0xb32f2f28d07cd0 - 0x60000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000 Result: ffff860192d681bb3c1667eee374ce1313273ce6af48a03bc0858dbbf906be11
userland@localhost:~/ecctools$ ./modmath 0xa32f2f28d07cd0 - 0x60000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000
Result: ffff860192d681bb3c1667eee374ce1313273ce6af48a03bc0758dbbf906be11
Thanks COBRAS , but i am not sure if you are answering my question but honestly i didn't get you point.
My question was simple, according to jacky19790729 we can use LLL_nonce_leakage to solve puzzle#120 (which is already solved) using the 3 set of RSZ .