discv5::UncompressedPubKeyWire¶
Wire layout of an uncompressed secp256k1 public key (with 0x04 prefix).
#include <discv5_constants.hpp>
Public Attributes¶
| Name | |
|---|---|
| uint8_t | prefix Always 0x04. |
| uint8_t[kNodeIdBytes] | xy 64-byte X |
Public Attributes Documentation¶
variable prefix¶
Always 0x04.
variable xy¶
64-byte X || Y coordinate pair
Updated on 2026-04-13 at 23:22:46 -0700