Skip to content

Commit a4d10cd

Browse files
authored
fix
1 parent 9ad3acf commit a4d10cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k12/src/block_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl<'cs> KangarooTwelveCore<'cs> {
3939
}
4040

4141
fn process_chunk(&mut self) {
42-
debug_assert!(self.bufpos == CHUNK_SIZE);
42+
debug_assert_eq!(self.bufpos, CHUNK_SIZE);
4343
if self.chain_length == 0 {
4444
self.final_tshk.update(&self.buffer);
4545
} else {

0 commit comments

Comments
 (0)