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/control/noise
David Anderson edb33d65c3 control/noise: don't cache mixer, just rebuild a BLAKE2s each time.
This should optimize out fine, and readability is preferable to performance
here.

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
conn.go control/noise: review fixups 3 years ago
conn_test.go control/noise: implement the base transport for the 2021 control protocol. 3 years ago
handshake.go control/noise: don't cache mixer, just rebuild a BLAKE2s each time. 3 years ago
handshake_test.go control/noise: review fixups 3 years ago
interop_test.go control/noise: adjust implementation to match revised spec. 3 years ago
key.go control/noise: adjust implementation to match revised spec. 3 years ago
messages.go control/noise: review fixups 3 years ago
noiseexplorer_test.go control/noise: implement the base transport for the 2021 control protocol. 3 years ago