tailscale/types/key
Brad Fitzpatrick 309c15dfdd types/key: restore Curve25519 clamping in NewPrivate
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.
2020-08-20 14:25:28 -07:00
..
key.go types/key: restore Curve25519 clamping in NewPrivate 2020-08-20 14:25:28 -07:00
key_test.go types/key: restore Curve25519 clamping in NewPrivate 2020-08-20 14:25:28 -07:00