From c47ab05260003c80ed7f89c8702e7dd27bb27c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Fri, 27 Feb 2026 12:59:37 +0100 Subject: [PATCH] key is fixed size --- meshtastic/packet.options | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/packet.options b/meshtastic/packet.options index e4a91c6..82a1263 100644 --- a/meshtastic/packet.options +++ b/meshtastic/packet.options @@ -4,6 +4,7 @@ # Note: the actual limit (because of header bytes) on the size of encrypted payloads is 251 bytes, but we use 256 # here because we might need to fill with zeros for padding to encryption block size (16 bytes per block) *MeshPacket.encrypted max_size:256 +*MeshPacket.public_key max_size:32 *MeshPacket.payload_variant anonymous_oneof:true *MeshPacket.hop_limit int_size:8 *MeshPacket.hop_start int_size:8