mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-10 10:27:33 -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.