MCPcopy Index your code
hub / github.com/golang/crypto / loggingAlgorithmSigner

Struct loggingAlgorithmSigner

ssh/client_auth_test.go:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109type loggingAlgorithmSigner struct {
110 used []string
111 AlgorithmSigner
112}
113
114func (l *loggingAlgorithmSigner) Sign(rand io.Reader, data []byte) (*Signature, error) {
115 l.used = append(l.used, "[Sign]")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected