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