We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad3acf commit a4d10cdCopy full SHA for a4d10cd
1 file changed
k12/src/block_api.rs
@@ -39,7 +39,7 @@ impl<'cs> KangarooTwelveCore<'cs> {
39
}
40
41
fn process_chunk(&mut self) {
42
- debug_assert!(self.bufpos == CHUNK_SIZE);
+ debug_assert_eq!(self.bufpos, CHUNK_SIZE);
43
if self.chain_length == 0 {
44
self.final_tshk.update(&self.buffer);
45
} else {
0 commit comments