pub fn parse_recipient(pubkey: &str) -> Result<MurkRecipient, CryptoError>Expand description
Parse a public key string into a MurkRecipient.
Tries x25519 (age1...) first, then SSH (ssh-ed25519 ... / ssh-rsa ...).
pub fn parse_recipient(pubkey: &str) -> Result<MurkRecipient, CryptoError>Parse a public key string into a MurkRecipient.
Tries x25519 (age1...) first, then SSH (ssh-ed25519 ... / ssh-rsa ...).