# Functions
AssetTls returns asset data.
GetFingerprintAlgorithm returns a FingerprintAlgorithm by name, or an error if the algorithm is not supported.
New returns a new instance of the TLS plugin.
ParseExtensions returns an Extensions object parsed from the supplied buffer.
# Constants
ExtensionEllipticCurvePointsFormats identifies the points formats extension.
ExtensionSupportedGroups identifies the supported group extension.
# Structs
Extensions stores the data from parsed extensions.
FingerprintAlgorithm associates a hash name with its factory method.
ProtocolVersion represents a version of the TLS protocol.
# Type aliases
AlgorithmFactory represents a factory method for a hash algorithm.
ExtensionID is the 16-bit identifier for an extension.