Documentation ¶
Overview ¶
Package elliptic provides elliptic curve cryptography for DTLS
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Curve ¶
type Curve uint16
Curve is used to represent the IANA registered curves for TLS
https://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-8
type CurvePointFormat ¶
type CurvePointFormat byte
CurvePointFormat is used to represent the IANA registered curve points
https://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-9
const (
CurvePointFormatUncompressed CurvePointFormat = 0
)
CurvePointFormat enums
type CurveType ¶
type CurveType byte
CurveType is used to represent the IANA registered curve types for TLS
https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-10
const (
CurveTypeNamedCurve CurveType = 0x03
)
CurveType enums
Click to show internal directories.
Click to hide internal directories.