Skip to main content

decrypt_with_passkeys

Function decrypt_with_passkeys 

Source
pub fn decrypt_with_passkeys(
    ciphertext: &[u8],
    identities: &[BoxedIdentity],
) -> Result<Vec<u8>>
Expand description

Decrypt ciphertext using any of the supplied (potentially plugin-backed) identities. Used by yui secret unlock.