aboutsummaryrefslogtreecommitdiff
path: root/keypair.go
diff options
context:
space:
mode:
Diffstat (limited to 'keypair.go')
-rw-r--r--keypair.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/keypair.go b/keypair.go
index be7600b..face310 100644
--- a/keypair.go
+++ b/keypair.go
@@ -7,6 +7,7 @@
package main
import (
+ "./replay"
"crypto/cipher"
"sync"
"time"
@@ -23,7 +24,7 @@ type Keypair struct {
sendNonce uint64
send cipher.AEAD
receive cipher.AEAD
- replayFilter ReplayFilter
+ replayFilter replay.ReplayFilter
isInitiator bool
created time.Time
localIndex uint32