mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-18 06:19:42 -04:00
It was lost during a copy from wgcfg.NewPresharedKey (which doesn't clamp) instead of wgcfg.NewPrivateKey (which does). Fortunately this was only use for discovery messages (not WireGuard) and only for ephemeral process-lifetime keys.