pub fn parse_passkey_recipient(s: &str) -> Result<BoxedRecipient>Expand description
Parse a single recipient string — X25519 or plugin. Used in
tests and for debugging; production wrap goes through
parse_passkey_recipients which batches plugin recipients.