CryptoAuthLib
Atmel CryptoAuthentication Library
|
Files | |
file | atca_basic.c |
CryptoAuthLib Basic API methods. These methods provide a simpler way to access the core crypto methods. Their design center is around the most common modes and functions of each command rather than the complete implementation of each possible feature of the chip. If you need a feature not supplied in the Basic API, you can achieve the feature through the datasheet level command supplied through the ATCADevice and ATCACommand object. | |
file | atca_basic.h [code] |
CryptoAuthLib Basic API methods - a simple crypto authentication api. These methods manage a global ATCADevice object behind the scenes. They also manage the wake/idle state transitions so callers don't need to. | |
file | atca_helpers.c |
Helpers to support the CryptoAuthLib Basic API methods. | |
file | atca_helpers.h [code] |
Helpers to support the CryptoAuthLib Basic API methods. | |