HostkeyKind is a bitmask of the available hashes in HostkeyCertificate.
| 275 | |
| 276 | // HostkeyKind is a bitmask of the available hashes in HostkeyCertificate. |
| 277 | type HostkeyKind uint |
| 278 | |
| 279 | const ( |
| 280 | HostkeyMD5 HostkeyKind = C.GIT_CERT_SSH_MD5 |
no outgoing calls
no test coverage detected