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 [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
| uint32_t | order [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
| uint32_t | a [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
| uint32_t | b [PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
| struct PKA_ECPoint | g |
| uint32_t PKA_ECPrimeCurveP::prime[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
Prime number for the group
| uint32_t PKA_ECPrimeCurveP::order[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
Order of the group
| uint32_t PKA_ECPrimeCurveP::a[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
"a" parameter in the equation x^3 + ax + b = y
| uint32_t PKA_ECPrimeCurveP::b[PKA_BIGINT_LEN(PKA_EC_PARAM_MAXLEN)] |
"b" parameter in the equation x^3 + ax + b = y
| struct PKA_ECPoint PKA_ECPrimeCurveP::g |
Generator point on the Elliptic curve