Skip to main content

filter_restricted

Function filter_restricted 

Source
fn filter_restricted(
    ciphers: Vec<ImportingCipher>,
    folder_relationships: Vec<(usize, usize)>,
    restricted: &[CipherType],
) -> (Vec<ImportingCipher>, Vec<(usize, usize)>)
Expand description

Drops ciphers whose type is restricted and re-indexes the folder relationships.