EC prime curve parameters.
| prime | Prime number for the group |
| order | Order of the group |
| a | "a" parameter in the equation x^3 + ax + b = y |
| b | "b" parameter in the equation x^3 + ax + b = y |
| g | Generator point on the Elliptic curve |
Data Fields | |
| uint32_t | prime [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
| uint32_t | order [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
| uint32_t | a [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
| uint32_t | b [ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
| struct AsymCrypt_ECPoint | g |
| uint32_t AsymCrypt_ECPrimeCurveP::prime[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
Prime number for the group
| uint32_t AsymCrypt_ECPrimeCurveP::order[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
Order of the group
| uint32_t AsymCrypt_ECPrimeCurveP::a[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
"a" parameter in the equation x^3 + ax + b = y
| uint32_t AsymCrypt_ECPrimeCurveP::b[ASYM_CRYPT_LEN(EC_PARAM_MAXLEN)] |
"b" parameter in the equation x^3 + ax + b = y
| struct AsymCrypt_ECPoint AsymCrypt_ECPrimeCurveP::g |
Generator point on the Elliptic curve