pub fn decrypt_with_passkeys( ciphertext: &[u8], identities: &[BoxedIdentity], ) -> Result<Vec<u8>>
Decrypt ciphertext using any of the supplied (potentially plugin-backed) identities. Used by yui secret unlock.
ciphertext
yui secret unlock