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-08-28 at 01:08:42 +0000