aboutsummaryrefslogtreecommitdiff
path: root/keypair.go
diff options
context:
space:
mode:
Diffstat (limited to 'keypair.go')
-rw-r--r--keypair.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/keypair.go b/keypair.go
index 283cb92..1ab0649 100644
--- a/keypair.go
+++ b/keypair.go
@@ -14,10 +14,10 @@ import (
*/
type KeyPair struct {
+ sendNonce uint64
send cipher.AEAD
receive cipher.AEAD
replayFilter ReplayFilter
- sendNonce uint64
isInitiator bool
created time.Time
localIndex uint32