Data Structure to save details of ECC KeyPair information. More...
Data Fields | |
| mbedtls_ecp_group | stGroup |
| Member to save the Group information of the ECC KeyPair. More... | |
| mbedtls_ecp_point | stPoint |
| Member to save the point information of the ECC KeyPair. More... | |
| mbedtls_mpi | stMpi |
| Member to save the MPI information of the ECC KeyPair. More... | |
Data Structure to save details of ECC KeyPair information.
| mbedtls_ecp_group phCryptoASym_mBedTLS_ECC_KeyPair::stGroup |
Member to save the Group information of the ECC KeyPair.
Details will be like the Curve info, its parameters etc.
| mbedtls_ecp_point phCryptoASym_mBedTLS_ECC_KeyPair::stPoint |
Member to save the point information of the ECC KeyPair.
Details will basically be the Public Key.
| mbedtls_mpi phCryptoASym_mBedTLS_ECC_KeyPair::stMpi |
Member to save the MPI information of the ECC KeyPair.
Details will basically be the Private / Secret Key.