Struct zerotier_api::SecretKey
source · [−]pub struct SecretKey {
pub ed: SecretKey,
pub dh: StaticSecret,
}Expand description
Concatenation of X25519 static secret (first 32 bytes) and Ed25519 secret key (last 32 bytes).
Fields
ed: SecretKeydh: StaticSecretTrait Implementations
Derive public key from secret key.