Skip to content

Commit

Permalink
Apply change to both files
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <[email protected]>
  • Loading branch information
tkaitchuck committed Feb 27, 2024
1 parent 9d25203 commit e94f2fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aes_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ impl Hasher for AHasherU64 {
#[inline]
fn write_u64(&mut self, i: u64) {
self.buffer = folded_multiply(i ^ self.buffer, MULTIPLE);
self.pad = self.pad.wrapping_add(i);
}

#[inline]
Expand Down

0 comments on commit e94f2fb

Please sign in to comment.