DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
detws_ghash_detail Namespace Reference

Functions

uint32_t be32 (const uint8_t *p)
 
void put_be32 (uint8_t *p, uint32_t v)
 

Function Documentation

◆ be32()

uint32_t detws_ghash_detail::be32 ( const uint8_t *  p)
inline

Definition at line 39 of file ghash.h.

Referenced by ghash_key_init().

◆ put_be32()

void detws_ghash_detail::put_be32 ( uint8_t *  p,
uint32_t  v 
)
inline

Definition at line 43 of file ghash.h.

Referenced by ghash_mul().