Skip to content

rlpx::auth::FrameSecrets

#include <auth_keys.hpp>

Public Attributes

Name
AesKey aes_secret
MacKey mac_secret
ByteBuffer egress_mac_seed
Raw bytes written to egress MAC Keccak accumulator.
ByteBuffer ingress_mac_seed
Raw bytes written to ingress MAC Keccak accumulator.

Public Attributes Documentation

variable aes_secret

AesKey aes_secret;

variable mac_secret

MacKey mac_secret;

variable egress_mac_seed

ByteBuffer egress_mac_seed;

Raw bytes written to egress MAC Keccak accumulator.

variable ingress_mac_seed

ByteBuffer ingress_mac_seed;

Raw bytes written to ingress MAC Keccak accumulator.


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