Skip to content

discv5::EnrSigWire

Wire layout of an ENR compact secp256k1 signature (no recovery id).

#include <discv5_constants.hpp>

Public Attributes

Name
uint8_t[kEnrSigBytes] bytes
64-byte compact signature (R

Public Attributes Documentation

variable bytes

uint8_t[kEnrSigBytes] bytes;

64-byte compact signature (R || S)


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