]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
device: the psk is not a chapoly key
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 28 Jan 2021 13:44:51 +0000 (14:44 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 28 Jan 2021 13:45:53 +0000 (14:45 +0100)
commitd4725bc45685187088c84234a6d2be396a1373e5
tree8f9004104f4cde6589380d17793e9412b6b67742
parent1b092ce584cbee0f86f3e25b5498870c8ca96652
device: the psk is not a chapoly key

It's a separate type of key that gets hashed into the chain.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
device/noise-protocol.go
device/noise-types.go