Header of ECDSA signature verification supporting curve P-384. More...
Go to the source code of this file.
Macros | |
#define | MCUXCLECC_COORDINATE_SIZE_P384 |
Byte length of coordinates of points on curve P-384. More... | |
#define | MCUXCLECC_SIGNATURE_SIZE_P384 |
Byte length of signatures generated using curve P-384. More... | |
Functions | |
mcuxClEcc_Status_Protected_t | mcuxClEcc_Verify_P384 (const uint8_t *pHash, const uint8_t *pSignature, const uint8_t *pPublicKey, uint8_t *pOutputR) |
implements ECDSA signature verification, supporting curve P-384. More... | |
Header of ECDSA signature verification supporting curve P-384.