# Functions
GetTLSClient gets a TLS client for a connection to a TLS server, given the URL, digests of acceptable certs, and curve25519 key for authentication.
GetTLSConfig gets the TLS config a TLS client for a connection to a TLS server, given the digests of acceptable certs, and curve25519 key for authentication.
OpenConnection opens a connection to a TLS server, given the URL, digests of acceptable certs, and curve25519 key for authentication.
# Structs
No description provided by the author