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

Method SignWithAlgorithm

ssh/certs.go:291–293  ·  view source on GitHub ↗
(rand io.Reader, data []byte, algorithm string)

Source from the content-addressed store, hash-verified

289}
290
291func (s *algorithmOpenSSHCertSigner) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) {
292 return s.algorithmSigner.SignWithAlgorithm(rand, data, algorithm)
293}
294
295const sourceAddressCriticalOption = "source-address"
296

Callers

nothing calls this directly

Calls 1

SignWithAlgorithmMethod · 0.65

Tested by

no test coverage detected