Skip to content

discv5::CompressedPubKeyWire

Wire layout of a compressed secp256k1 public key.

#include <discv5_constants.hpp>

Public Attributes

Name
uint8_t[kCompressedKeyBytes] bytes
33-byte compressed point (02/03 prefix + X)

Public Attributes Documentation

variable bytes

uint8_t[kCompressedKeyBytes] bytes;

33-byte compressed point (02/03 prefix + X)


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