struct_ecm_params_t Struct Reference

Defines the variable parameters used in ECM. More...

#include <lib/algo/include/ecm.h>


Data Fields

uint32_t b1
uint32_t b2
uint32_t ncurves


Detailed Description

Defines the variable parameters used in ECM.

This structure defines the set of the variable parameters used in the elliptic curve method (ECM).

Definition at line 67 of file ecm.h.


Field Documentation

Bound used in the first phase of ECM.

Definition at line 71 of file ecm.h.

Bound used in the second phase of ECM. If set to 0, no second phase is performed.

Warning:
Due to a current limitation in the code, it is required than b2 == 0 (no second phase) or b2 > 105. Failure to assess such a condition will lead to unpredictable behaviour.

Definition at line 80 of file ecm.h.

Number of curves to try before giving up the factorization when using the SINGLE_RUN factoring mode.

Definition at line 85 of file ecm.h.


The documentation for this struct was generated from the following file:

Generated on Fri Jun 17 11:10:12 2011 for TIFA by Doxygen 1.5.5