Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Awa.Keys
Sourcetype authenticator = [
| `No_authentication
| `Key of Hostkey.pub
| `Fingerprint of typ * string
]
val hostkey_matches :
[< `Fingerprint of [> `Ed25519 | `Rsa ] * string
| `Key of Hostkey.pub
| `No_authentication ] ->
Hostkey.pub ->
bool
val authenticator_of_string :
string ->
([> `Fingerprint of [> `Ed25519 | `Rsa ] * string
| `Key of Hostkey.pub
| `No_authentication ],
string)
result