Post
Topic
Board Development & Technical Discussion
Re: Attacking ECDSA by Lattice Sieving: Bridging Gap with Fourier Analysis Attacks
by
krashfire
on 12/10/2024, 06:03:08 UTC
Well after going through it the only point where i feel your method could fall short is in the potential noise in signature
The ECDSA signature  may have noise and if the signature you are using is not perfectly aligned with the assumptions made in your model it could disrupt the entire process and this will make it hard for the lattice based approach to solve the problem accurately
Aside that I really can't think of anything
You should consider examining the impact of signature noise

I was warn about this yesterday. I totally forgot about it when i was coding. thank you so much for the reminder. I appreciate it.