MCPcopy Create free account
hub / github.com/SignTools/SignTools / Equal

Method Equal

src/storage/profile.go:84–84  ·  view source on GitHub ↗
(x crypto.PublicKey)

Source from the content-addressed store, hash-verified

82
83type PublicKeyComparator interface {
84 Equal(x crypto.PublicKey) bool
85}
86
87// Validates the input P12 file, adds any missing standard CAs, and returns the new P12 along with the team ID.

Callers 5

takeJobFunction · 0.80
TestAuthenticationNoneFunction · 0.80
TestAuthenticationWrongFunction · 0.80
TestEscapeXMLFunction · 0.80
processP12Function · 0.80

Calls

no outgoing calls

Tested by 4

takeJobFunction · 0.64
TestAuthenticationNoneFunction · 0.64
TestAuthenticationWrongFunction · 0.64
TestEscapeXMLFunction · 0.64