mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-02 18:11:59 +00:00
derp: use new types/key package
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
a70a91521b
commit
769e25e37b
@@ -31,8 +31,10 @@ type RoleID ID
|
||||
|
||||
type CapabilityID ID
|
||||
|
||||
// MachineKey is the curve25519 public key for a machine.
|
||||
type MachineKey [32]byte
|
||||
|
||||
// MachineKey is the curve25519 public key for a node.
|
||||
type NodeKey [32]byte
|
||||
|
||||
type Group struct {
|
||||
|
||||
Reference in New Issue
Block a user