[−][src]Crate zerotier
Structs
| Address | 40-bit node ID derived from |
| Identity | |
| 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 |
|
| PUBLIC_KEY_LENGTH |
|
| SECRET_KEY_LENGTH |
|