You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types
Josh Bleecher Snyder 7ee891f5fd all: delete wgcfg.Key and wgcfg.PrivateKey
For historical reasons, we ended up with two near-duplicate
copies of curve25519 key types, one in the wireguard-go module
(wgcfg) and one in the tailscale module (types/wgkey).
Then we moved wgcfg to the tailscale module.
We can now remove the wgcfg key type in favor of wgkey.

Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
3 years ago
..
empty types/empty: add Message, stop using mysterious *struct{} 5 years ago
flagtype types/flagtype: fix bug showing the default port value (shown in --help) 4 years ago
ipproto net/packet, wgengine/filter: support SCTP 4 years ago
key wgengine/magicsock: stop depending on UpdateDst in legacy codepaths. 4 years ago
logger types/logger: fix rateFree interaction with verbosity prefixes 4 years ago
netmap types/netmap: remove some old TODOs 3 years ago
nettype wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsock 4 years ago
opt types/opt: add Bool.EqualBool method 4 years ago
pad32 net/portmapper: add NAT-PMP client, move port mapping service probing 4 years ago
persist types/persist: split controlclient.Persist into a small leaf package 4 years ago
preftype types/preftype: don't use iota for consts persisted to disk 4 years ago
strbuilder types/strbuilder: add a variant of strings.Builder that uses sync.Pool 4 years ago
structs types/structs: add structs.Incomparable annotation, use it where applicable 4 years ago
wgkey all: delete wgcfg.Key and wgcfg.PrivateKey 3 years ago