tailscale/wgengine/wglog
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>
2021-04-29 14:14:34 -07:00
..
wglog.go all: delete wgcfg.Key and wgcfg.PrivateKey 2021-04-29 14:14:34 -07:00
wglog_test.go all: delete wgcfg.Key and wgcfg.PrivateKey 2021-04-29 14:14:34 -07:00