ESPHome 2026.1.0-dev
Loading...
Searching...
No Matches
esphome::hmac_sha256 Namespace Reference

Data Structures

class  HmacSHA256
 

Variables

constexpr size_t SHA256_DIGEST_SIZE = 32
 
constexpr size_t HMAC_BLOCK_SIZE = 64
 

Variable Documentation

◆ HMAC_BLOCK_SIZE

size_t esphome::hmac_sha256::HMAC_BLOCK_SIZE = 64
constexpr

Definition at line 50 of file hmac_sha256.cpp.

◆ SHA256_DIGEST_SIZE

size_t esphome::hmac_sha256::SHA256_DIGEST_SIZE = 32
constexpr

Definition at line 9 of file hmac_sha256.cpp.