MCPcopy Create free account
hub / github.com/XTLS/REALITY / _

Function _

common_string.go:7–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import "strconv"
6
7func _() {
8 // An "invalid array index" compiler error signifies that the constant values have changed.
9 // Re-run the stringer command to generate them again.
10 var x [1]struct{}
11 _ = x[PKCS1WithSHA256-1025]
12 _ = x[PKCS1WithSHA384-1281]
13 _ = x[PKCS1WithSHA512-1537]
14 _ = x[PSSWithSHA256-2052]
15 _ = x[PSSWithSHA384-2053]
16 _ = x[PSSWithSHA512-2054]
17 _ = x[ECDSAWithP256AndSHA256-1027]
18 _ = x[ECDSAWithP384AndSHA384-1283]
19 _ = x[ECDSAWithP521AndSHA512-1539]
20 _ = x[Ed25519-2055]
21 _ = x[PKCS1WithSHA1-513]
22 _ = x[ECDSAWithSHA1-515]
23}
24
25const (
26 _SignatureScheme_name_0 = "PKCS1WithSHA1"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected