You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types
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.
4 years ago
..
empty types/empty: add Message, stop using mysterious *struct{} 4 years ago
key types/key: restore Curve25519 clamping in NewPrivate 4 years ago
logger types/logger: fix go test vet error 4 years ago
nettype wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsock 4 years ago
opt types/opt: add Bool.EqualBool method 4 years ago
strbuilder types/strbuilder: add a variant of strings.Builder that uses sync.Pool 4 years ago
structs types/structs: add structs.Incomparable annotation, use it where applicable 4 years ago