Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtensionID ¶
type ExtensionID uint16
ExtensionID is the 16-bit identifier for an extension
const ( // ExtensionSupportedGroups identifies the supported group extension ExtensionSupportedGroups ExtensionID = 10 // ExtensionEllipticCurvePointsFormats identifies the points formats extension ExtensionEllipticCurvePointsFormats = 11 )
type Extensions ¶
type Extensions struct { Parsed common.MapStr Raw map[ExtensionID][]byte InOrder []ExtensionID }
Extensions stores the data from parsed extensions
func ParseExtensions ¶
func ParseExtensions(buffer bufferView) Extensions
ParseExtensions returns an Extensions object parsed from the supplied buffer
Click to show internal directories.
Click to hide internal directories.