Skip to content

rlpx::AesBlock

RLPx wire structs — sizes are derived via sizeof() rather than magic numbers. More...

#include <rlpx_types.hpp>

Public Attributes

Name
uint8_t[16] bytes

Detailed Description

struct rlpx::AesBlock;

RLPx wire structs — sizes are derived via sizeof() rather than magic numbers.

16-byte AES block (AES-128 / AES-256 share the same block size).

Public Attributes Documentation

variable bytes

uint8_t[16] bytes;

Updated on 2026-04-13 at 23:22:46 -0700