Data Structures | Macros | Variables
NIST P192 curve params

Data Structures

union  ECC_NISTP192_Param
 Union to access ECC_NISTP192 curve params in bytes or words. More...
 

Macros

#define ECCParams_NISTP192_LENGTH   24
 Length of NIST P192 curve parameters in bytes. More...
 

Variables

const ECC_NISTP192_Param ECC_NISTP192_generatorX
 X coordinate of the generator point of the ECC_NISTP192 curve. More...
 
const ECC_NISTP192_Param ECC_NISTP192_generatorY
 Y coordinate of the generator point of the ECC_NISTP192 curve. More...
 
const ECC_NISTP192_Param ECC_NISTP192_prime
 Prime of the generator point of the ECC_NISTP192 curve. More...
 
const ECC_NISTP192_Param ECC_NISTP192_a
 'a' constant of the ECC_NISTP192 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b). More...
 
const ECC_NISTP192_Param ECC_NISTP192_b
 'b' constant of the ECC_NISTP192 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b). More...
 
const ECC_NISTP192_Param ECC_NISTP192_order
 Order of the generator point of the ECC_NISTP192 curve. More...
 
const ECC_NISTP192_Param ECC_NISTP192_k_mont
 'k' in Montgomery domain of the ECC_NISTP192 curve. More...
 
const ECC_NISTP192_Param ECC_NISTP192_a_mont
 'a' in Montgomery domain of the ECC_NISTP192 curve. More...
 
const ECC_NISTP192_Param ECC_NISTP192_b_mont
 'b' in Montgomery domain of the ECC_NISTP192 curve. More...
 

Detailed Description

Macro Definition Documentation

§ ECCParams_NISTP192_LENGTH

#define ECCParams_NISTP192_LENGTH   24

Length of NIST P192 curve parameters in bytes.

Variable Documentation

§ ECC_NISTP192_generatorX

const ECC_NISTP192_Param ECC_NISTP192_generatorX

X coordinate of the generator point of the ECC_NISTP192 curve.

§ ECC_NISTP192_generatorY

const ECC_NISTP192_Param ECC_NISTP192_generatorY

Y coordinate of the generator point of the ECC_NISTP192 curve.

§ ECC_NISTP192_prime

const ECC_NISTP192_Param ECC_NISTP192_prime

Prime of the generator point of the ECC_NISTP192 curve.

§ ECC_NISTP192_a

const ECC_NISTP192_Param ECC_NISTP192_a

'a' constant of the ECC_NISTP192 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b).

§ ECC_NISTP192_b

const ECC_NISTP192_Param ECC_NISTP192_b

'b' constant of the ECC_NISTP192 curve when expressed in short Weierstrass form (y^2 = x^3 + a*x + b).

§ ECC_NISTP192_order

const ECC_NISTP192_Param ECC_NISTP192_order

Order of the generator point of the ECC_NISTP192 curve.

§ ECC_NISTP192_k_mont

const ECC_NISTP192_Param ECC_NISTP192_k_mont

'k' in Montgomery domain of the ECC_NISTP192 curve.

§ ECC_NISTP192_a_mont

const ECC_NISTP192_Param ECC_NISTP192_a_mont

'a' in Montgomery domain of the ECC_NISTP192 curve.

§ ECC_NISTP192_b_mont

const ECC_NISTP192_Param ECC_NISTP192_b_mont

'b' in Montgomery domain of the ECC_NISTP192 curve.

© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale