📄️ LightweightSecureTCP
This class provides global configuration and initialization functions for the LightweightSecureTCP library.
📄️ LightweightSecureServer
A secure TCP server class that accepts incoming connections, performs handshake, and triggers user-defined events via callbacks.
📄️ Session
Represents a secure communication session between the server and a connected client.
📄️ LightweightSecureClient
A secure TCP client that connects to a remote server, performs handshake, sends messages, and handles asynchronous communication.
📄️ Key
Represents a 256-bit encryption key used during the handshake process.
📄️ lwsdebug
A lightweight logging utility for structured and prefixed debug output.