package
1.1.8
Repository: https://github.com/go-zoox/crypto.git
Documentation: pkg.go.dev

# README

TLS

Steps

  • s1. using rsa negotiate the random aes key
  • s2. encrypt/decryption with aes

# Functions

NewClient creates a new TLS client.
NewServer creates a new TLS server.

# Structs

TLSClient is a client for TLS.
TLSServer is a server for TLS.