diff options
Diffstat (limited to 'keypair.go')
-rw-r--r-- | keypair.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |