Microchip® Advanced Software Framework

atca_crypto_sw_ecdsa.c File Reference

API wrapper for software ECDSA verify.

Currently unimplemented but could be implemented via a 3rd party library such as MicroECC.

Functions

int atcac_sw_ecdsa_verify_p256 (const uint8_t msg[ATCA_ECC_P256_FIELD_SIZE], const uint8_t signature[ATCA_ECC_P256_SIGNATURE_SIZE], const uint8_t public_key[ATCA_ECC_P256_PUBLIC_KEY_SIZE])
 return software generated ECDSA verification result and the function is currently not implemented More...