What changed, and why it matters
This commit removes a single blank line from a Rust source file. It is a cosmetic formatting change with no functional effect on the code.
Recommended action
No security action needed. This is a non-functional style cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes one empty line inside the input method of the engine_input_impl! macro in hashes/src/internal_macros.rs. There are no changes to logic, control flow, types, safety checks, or public APIs. The change is purely whitespace cleanup.
Changed components
hashes/src/internal_macros.rsInspect captured patch +0 / −1
diff --git a/hashes/src/internal_macros.rs b/hashes/src/internal_macros.rs
index 4972df95..200cd9c6 100644
--- a/hashes/src/internal_macros.rs
+++ b/hashes/src/internal_macros.rs
@@ -202,7 +202,6 @@ macro_rules! engine_input_impl(
() => (
#[cfg(not(hashes_fuzz))]
fn input(&mut self, mut inp: &[u8]) {
-
let buf_idx = $crate::incomplete_block_len(self);
let block_size = <Self as crate::HashEngine>::BLOCK_SIZE;
self.bytes_hashed += inp.len() as u64;
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.