derp: use new types/key package

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2020-02-17 13:17:40 -08:00
committed by Brad Fitzpatrick
parent a70a91521b
commit 769e25e37b
3 changed files with 42 additions and 10 deletions

View File

@@ -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 {