Crate zerotier_api

Source

Structs§

Address
40-bit node ID derived from VerifyingKey.
Identity
Combination of Address, VerifyingKey and optionally SecretKey.
SecretKey
Concatenation of X25519 static secret (first 32 bytes) and Ed25519 secret key (last 32 bytes).
VerifyingKey
Concatenation of X25519 public key (first 32 bytes) and Ed25519 public key (last 32 bytes).

Enums§

InternalError

Constants§

ADDRESS_LENGTH
Address length in bytes.
PUBLIC_KEY_LENGTH
VerifyingKey length in bytes.
SECRET_KEY_LENGTH
SecretKey length in bytes.