fplll / g6k

The General Sieve Kernel
GNU General Public License v2.0
99 stars 30 forks source link

How to debug this core algorithm #103

Open hexm0621 opened 2 years ago

hexm0621 commented 2 years ago

Now, I want to debug with this project, but the application was wrote with Python, and the core algorithm was wrote with C++. Movever, the application use the libary fplll.

It is not very easy to debug this core algorithm. Therefore, I write this email to ask some test examples which was wrote with C++ if possible.