MCPcopy
hub / github.com/XTLS/REALITY / SignatureScheme

TypeAlias SignatureScheme

common.go:389–389  ·  view source on GitHub ↗

go:generate stringer -linecomment -type=SignatureScheme,CurveID,ClientAuthType -output=common_string.go SignatureScheme identifies a signature algorithm supported by TLS. See RFC 8446, Section 4.2.3.

Source from the content-addressed store, hash-verified

387// SignatureScheme identifies a signature algorithm supported by TLS. See
388// RFC 8446, Section 4.2.3.
389type SignatureScheme uint16
390
391const (
392 // RSASSA-PKCS1-v1_5 algorithms.

Callers 4

unmarshalMethod · 0.85
unmarshalMethod · 0.85
unmarshalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected