diff options
Diffstat (limited to 'device/noise-types.go')
-rw-r--r-- | device/noise-types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/noise-types.go b/device/noise-types.go index 82b12c1..6b1f16f 100644 --- a/device/noise-types.go +++ b/device/noise-types.go @@ -9,6 +9,7 @@ import ( "crypto/subtle" "encoding/hex" "errors" + "golang.org/x/crypto/chacha20poly1305" ) |