Skip to content

Commit

Permalink
fix: removed useless copy
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetardev committed Mar 24, 2022
1 parent ab935d9 commit a24e9a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "md5-rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ impl Context {
offset += 1;

if offset % 64 == 0 {
self.input.copy_from_slice(buf);
self.step();
}
}
Expand Down

0 comments on commit a24e9a6

Please sign in to comment.