Tailscale.Keystate (Tailscale v0.3.3)

View Source

Key state for a Tailscale device.

Summary

Types

32-byte X25519 private key.

32-byte X25519 public key.

t()

Key state for a Tailscale device.

Types

private_key()

@type private_key() :: <<_::256>>

32-byte X25519 private key.

public_key()

@type public_key() :: <<_::256>>

32-byte X25519 public key.

t()

@type t() :: %Tailscale.Keystate{
  disco: private_key(),
  machine: private_key(),
  network_lock: private_key(),
  node: private_key()
}

Key state for a Tailscale device.