Reticulum-Go/pkg/resolver/constants.go
2026-07-13 08:56:23 -05:00

12 lines
169 B
Go

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io
package resolver
const (
BitsPerByte = 8
KnownDestIdentityIndex = 2
MinNameParts = 2
)