![]() |
![]() |
Data Structures | |
| union | ECC_NISTP384_Param |
| Union to access ECC_NISTP384 curve params in bytes or words. More... | |
Macros | |
| #define | ECCParams_NISTP384_LENGTH 48 |
| Length of NIST P384 curve parameters in bytes. More... | |
Variables | |
| const ECC_NISTP384_Param | ECC_NISTP384_generatorX |
| X coordinate of the generator point of the ECC_NISTP384 curve. More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_generatorY |
| Y coordinate of the generator point of the ECC_NISTP384 curve. More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_prime |
| Prime of the generator point of the ECC_NISTP384 curve. More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_a |
| 'a' constant of the ECC_NISTP384 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b). More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_b |
| 'b' constant of the ECC_NISTP384 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b). More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_order |
| Order of the generator point of the ECC_NISTP384 curve. More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_k_mont |
| 'k' in Montgomery domain of the ECC_NISTP384 curve. More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_a_mont |
| 'a' in Montgomery domain of the ECC_NISTP384 curve. More... | |
| const ECC_NISTP384_Param | ECC_NISTP384_b_mont |
| 'b' in Montgomery domain of the ECC_NISTP384 curve. More... | |
| #define ECCParams_NISTP384_LENGTH 48 |
Length of NIST P384 curve parameters in bytes.
| const ECC_NISTP384_Param ECC_NISTP384_generatorX |
X coordinate of the generator point of the ECC_NISTP384 curve.
| const ECC_NISTP384_Param ECC_NISTP384_generatorY |
Y coordinate of the generator point of the ECC_NISTP384 curve.
| const ECC_NISTP384_Param ECC_NISTP384_prime |
Prime of the generator point of the ECC_NISTP384 curve.
| const ECC_NISTP384_Param ECC_NISTP384_a |
'a' constant of the ECC_NISTP384 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b).
| const ECC_NISTP384_Param ECC_NISTP384_b |
'b' constant of the ECC_NISTP384 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b).
| const ECC_NISTP384_Param ECC_NISTP384_order |
Order of the generator point of the ECC_NISTP384 curve.
| const ECC_NISTP384_Param ECC_NISTP384_k_mont |
'k' in Montgomery domain of the ECC_NISTP384 curve.
| const ECC_NISTP384_Param ECC_NISTP384_a_mont |
'a' in Montgomery domain of the ECC_NISTP384 curve.
| const ECC_NISTP384_Param ECC_NISTP384_b_mont |
'b' in Montgomery domain of the ECC_NISTP384 curve.