fn nest_relationships_under_target(
relationships: Vec<(usize, usize)>,
cipher_count: usize,
) -> Vec<(usize, usize)>Expand description
Shifts existing relationships to account for the target folder at index 0 and assigns any folder-less cipher to it.