Function profligate::auto::analysis::compute_shifts[][src]

pub fn compute_shifts(char: u8, freq_table: &FreqTable<'_>) -> Vec<i8>

For a given character of an alphabet, computes a table of Caesarean cipher shifts that would make each corresponding character in the frequency table match the given character.