mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-22 22:58:39 -05: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.