Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
64955423
Topic
5526453
Board
Bitcoin Discussion
Re: Mini-puzzle #4
by
JDScreesh
on
15/01/2025, 11:19:18 UTC
Quote from: RetiredCoder on
Today
at 11:06:49 AM
Sure!
We know:
lambda * x = a [mod N]
x = a + 1 [mod N]
So:
lambda * (a + 1) = a [mod N]
lambda * a + lambda = a [mod N]
(lambda - 1) * a + lambda = 0 [mod N]
a = -lambda / (lambda - 1) [mod N]
Cool! now I can see it
Thanks a lot for the explanation