ATCA

Github Repo C Header C source JS source
mongoose-os-libs/atca mgos_atca.h    

This is a HAL implementation for the Atmel/Microchip CryptoAuthLib. It translates ATCA interface calls into MGOS API calls. Currently only I2C is implemented.


mbedtls_atca_is_available

int mbedtls_atca_is_available(void);

Invoked from mbedTLS during ECDH phase of the handshake.

edit this doc