fn decryption_order(keysets: &[KeysetInfo], root_id: &str) -> Vec<usize>Expand description
Orders keysets so each one comes after the key that encrypts it, starting from root_id.
Keysets the root cannot reach are left out.
fn decryption_order(keysets: &[KeysetInfo], root_id: &str) -> Vec<usize>Orders keysets so each one comes after the key that encrypts it, starting from root_id.
Keysets the root cannot reach are left out.