//
pkg.gl
Category
github.com/go-zoox/crypto
tls
package
1.1.8
Repository:
https://github.com/go-zoox/crypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
98 SLOC
#
README
TLS
Steps
s1. using rsa negotiate the random aes key
s2. encrypt/decryption with aes
#
Functions
NewClient
NewClient creates a new TLS client.
NewServer
NewServer creates a new TLS server.
#
Structs
TLSClient
TLSClient is a client for TLS.
TLSServer
TLSServer is a server for TLS.