Post
Topic
Board Bitcoin Discussion
Re: Mini-puzzle #4
by
RetiredCoder
on 15/01/2025, 11:06:49 UTC
I'm trying to get the privkey with this information, but I think I'm missing something  Huh
Thanks for all the learning  Smiley
Greetings.

Sure!  Cheesy
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]