From 9aecee7ba376d9e233a98c9f32b00d05943e2b55 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Mon, 8 Jan 2018 19:28:04 -0800 Subject: [PATCH] Split core KEx and net support code --- hkexnet.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hkexnet.go b/hkexnet.go index ec0e699..30c4d05 100644 --- a/hkexnet.go +++ b/hkexnet.go @@ -16,9 +16,13 @@ package herradurakex import ( + "crypto/aes" + "crypto/cipher" "fmt" + "io" "math/big" "net" + "os" ) /*---------------------------------------------------------------------*/