mbedtls_ecp_group is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
An internal group identifier.
The prime modulus of the base field.
For Short Weierstrass: \p A in the equation. For Montgomery curves: (A + 2) / 4.
For Short Weierstrass: \p B in the equation. For Montgomery curves: unused.
The generator of the subgroup used.
The order of \p G.
size_t
The number of bits in \p P.
size_t
For Short Weierstrass: The number of bits in \p P. For Montgomery curves: the number of bits in the private keys.
unsigned int
\internal 1 if the constants are static.
int (*)(mbedtls_mpi *)
The function for fast pseudo-reduction mod \p P (see above).
int (*)(mbedtls_ecp_point *, void *)
Unused.
int (*)(mbedtls_ecp_point *, void *)
Unused.
void *
Unused.
Pre-computed points for ecp_mul_comb().
size_t
The number of pre-computed points.

References

from examples