CryptoAuthLib v3.7.6
Microchip CryptoAuthentication Library
 
Loading...
Searching...
No Matches
atca_crypto_sw.h File Reference

Common defines for CryptoAuthLib software crypto wrappers. More...

#include <stdint.h>
#include <stdlib.h>
#include "crypto/crypto_sw_config_check.h"
#include "atca_status.h"

Macros

#define ATCA_SHA1_DIGEST_SIZE   (20U)
 
#define ATCA_SHA2_256_DIGEST_SIZE   (32U)
 
#define ATCA_SHA2_256_BLOCK_SIZE   (64U)
 
#define ATCA_SHA2_384_DIGEST_SIZE   (48U)
 
#define ATCA_SHA2_384_BLOCK_SIZE   (128U)
 
#define ATCA_SHA2_512_DIGEST_SIZE   (64U)
 
#define ATCA_SHA2_512_BLOCK_SIZE   (128U)
 

Detailed Description

Common defines for CryptoAuthLib software crypto wrappers.