mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-24 00:08:27 -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.