···125125 expected_state_after,
126126 }| match name.as_str() {
127127 "init" => {
128128- // Check that the initial state matches what is expected in the KAT operation
128128+ // Check that the initial state matches what is expected in the KAT operation.
129129 assert_eq!(&strobe.state.0[..], expected_state_after.as_slice());
130130 }
131131 name => {
···141141142142 assert_eq!(&strobe.state.0[..], expected_state_after.as_slice());
143143144144- // Only test expected output if the test vector has output to test against
144144+ // Only test expected output if the test vector has output to test against.
145145 if let Some(expected) = expected_output {
146146 // The input was presumably mutated;
147147 assert_eq!(input_data.as_slice(), expected.as_slice());