Can change router's position from the outside. If over the number of substitution, so panic !
pub struct Router {
pub position: usize,
pub substitution_table: SubstitutionTable
}
change to
pub struct Router {
position: usize,
substitution_table: SubstitutionTable
}
Can change router's position from the outside. If over the number of substitution, so panic !
change to