macro_rules! ssh_to_internal_erased {
(PRIVATE $key:expr, $algo:expr) => { ... };
(PUBLIC $key:expr, $algo:expr) => { ... };
($key:expr, $algo:expr, $ed25519_fn:path, $expanded_ed25519_fn:path, $x25519_fn:path, $rsa_fn:path, $key_data_ty:tt) => { ... };
}Expand description
Convert ssh_key KeyData or KeypairData to one of our key types.