MCPcopy Create free account
hub / github.com/libgit2/git2go / HostkeyKind

TypeAlias HostkeyKind

remote.go:277–277  ·  view source on GitHub ↗

HostkeyKind is a bitmask of the available hashes in HostkeyCertificate.

Source from the content-addressed store, hash-verified

275
276// HostkeyKind is a bitmask of the available hashes in HostkeyCertificate.
277type HostkeyKind uint
278
279const (
280 HostkeyMD5 HostkeyKind = C.GIT_CERT_SSH_MD5

Callers 1

certificateCheckCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected