[][src]Crate zerotier

Structs

Address

40-bit node ID derived from PublicKey.

Identity

Combination of Address, PublicKey and optionally SecretKey.

PublicKey

Concatenation of X25519 public key (first 32 bytes) and Ed25519 public key (last 32 bytes).

SecretKey

Concatenation of X25519 static secret (first 32 bytes) and Ed25519 secret key (last 32 bytes).

Enums

InternalError

Constants

ADDRESS_LENGTH

Address length in bytes.

PUBLIC_KEY_LENGTH

PublicKey length in bytes.

SECRET_KEY_LENGTH

SecretKey length in bytes.