diff options
Diffstat (limited to 'device/noise-protocol.go')
-rw-r--r-- | device/noise-protocol.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device/noise-protocol.go b/device/noise-protocol.go index e89721f..0212b7d 100644 --- a/device/noise-protocol.go +++ b/device/noise-protocol.go @@ -20,7 +20,6 @@ import ( type handshakeState int -// TODO(crawshaw): add commentary describing each state and the transitions const ( handshakeZeroed = handshakeState(iota) handshakeInitiationCreated |