mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-10-08 10:00:19 +08:00
Completed noise handshake
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
)
|
||||
|
||||
type KeyPair struct {
|
||||
recieveKey cipher.AEAD
|
||||
recieveNonce NoiseNonce
|
||||
sendKey cipher.AEAD
|
||||
sendNonce NoiseNonce
|
||||
recv cipher.AEAD
|
||||
recvNonce NoiseNonce
|
||||
send cipher.AEAD
|
||||
sendNonce NoiseNonce
|
||||
}
|
||||
|
Reference in New Issue
Block a user