Skip to main content

decryption_order

Function decryption_order 

Source
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.