From 2c143dce0ff55feb35c7f6b9199479db88909903 Mon Sep 17 00:00:00 2001 From: Riobard Zhan Date: Thu, 10 Sep 2020 02:06:44 +0800 Subject: replay: minor API changes to more idiomatic Go Signed-off-by: Riobard Zhan Signed-off-by: Jason A. Donenfeld --- device/keypair.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/keypair.go') diff --git a/device/keypair.go b/device/keypair.go index 2f2f222..254e696 100644 --- a/device/keypair.go +++ b/device/keypair.go @@ -26,7 +26,7 @@ type Keypair struct { sendNonce uint64 send cipher.AEAD receive cipher.AEAD - replayFilter replay.ReplayFilter + replayFilter replay.Filter isInitiator bool created time.Time localIndex uint32 -- cgit v1.2.3-59-g8ed1b