Skip to Content.
Sympa Menu

cado-nfs - Re: [cado-nfs] How to compute discrete logrithms in GF(p^4)

Subject: Discussion related to cado-nfs

List archive

Re: [cado-nfs] How to compute discrete logrithms in GF(p^4)


Chronological Thread 
  • From: Pierrick Gaudry <pierrick.gaudry@loria.fr>
  • To: 肖梓健 <orangerange@csu.edu.cn>
  • Cc: cado-nfs@inria.fr
  • Subject: Re: [cado-nfs] How to compute discrete logrithms in GF(p^4)
  • Date: Mon, 22 Aug 2022 09:32:14 +0200
  • Authentication-results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none

On Wed, Aug 17, 2022 at 10:32:00PM +0800, 肖梓健 wrote:
> [...]
> Error:Generate Free Relations: terminate called after throwing an instance
> of 'std::overflow_error'
> Error:Generate Free Relations: what(): p_r_values_t is too small to
> store ideals, recompile with FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8"
> Error:Generate Free Relations:
> [...]
>
> Hi, developers of cado-nfs.
>
> Error occurred when I computing discrete logrithms in GF(p^4), but I have
> no idea how to solve it. Could you give me some tips?
>
> Best regards,
>
> Zijian Xiao

Hello,

As the error message says, you need to recompile after adding
FLAGS_SIZE="-DSIZEOF_P_R_VALUES=8" to your local.sh.

But don't expect too much support from us for a GF(p^4) computation.
Nothing is automatic, and theoretical problems can meet practical
questions, in particular for the individual logarithm step.

Regards,
Pierrick



Archive powered by MHonArc 2.6.19+.

Top of Page