Split core KEx and net support code

This commit is contained in:
Russ Magee 2018-01-08 19:28:04 -08:00
parent f7a3be637b
commit 9aecee7ba3
1 changed files with 4 additions and 0 deletions

View File

@ -16,9 +16,13 @@
package herradurakex
import (
"crypto/aes"
"crypto/cipher"
"fmt"
"io"
"math/big"
"net"
"os"
)
/*---------------------------------------------------------------------*/