mirror of https://gogs.blitter.com/RLabs/xs
Split core KEx and net support code
This commit is contained in:
parent
f7a3be637b
commit
9aecee7ba3
|
@ -16,9 +16,13 @@
|
||||||
package herradurakex
|
package herradurakex
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"crypto/aes"
|
||||||
|
"crypto/cipher"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io"
|
||||||
"math/big"
|
"math/big"
|
||||||
"net"
|
"net"
|
||||||
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
/*---------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue