mbedtls_ecp_group is only used within mbed TLS Library.
 
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. Note that \p A is not set to the authentic value in some cases. Refer to detailed description of ::mbedtls_ecp_group if using domain parameters in the structure. 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