fplll / g6k

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

No winning parameters #112

Open clay3154 opened 1 year ago

clay3154 commented 1 year ago

hello developer,when i run ./lwe_challenge.py 55 --lwe/alpha 0.0250,the following error has occurred

Primal attack, LWE challenge n=55, alpha=0.0250
Traceback (most recent call last):
  File "./lwe_challenge.py", line 137, in lwe_kernel
    (b, s, m) = min_cost_param
TypeError: cannot unpack non-iterable NoneType object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./lwe_challenge.py", line 302, in <module>
    lwe()
  File "./lwe_challenge.py", line 298, in lwe
    seed=args.seed)
  File "/home/clay/g6k-prefix-hack/g6k/g6k/utils/cli.py", line 134, in run_all
    res = f(copy.deepcopy(job))
  File "./lwe_challenge.py", line 139, in lwe_kernel
    raise TypeError("No winning parameters.")

and i dont know how to slove it,is it cause by wrong parameters input?looking forward to your help,thanks.