Skip to content

Commit 436380a

Browse files
committed
rfc6979: clippy 1.85 fixups
1 parent 4d1677c commit 436380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfc6979/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ mod tests {
229229
h[2..].copy_from_slice(&Sha512::digest(message));
230230

231231
let aad = b"";
232-
let k = generate_k::<Sha512, U66>(&x.into(), &q.into(), &h.into(), aad);
232+
let k = generate_k::<Sha512, U66>(&x.into(), &q.into(), &h, aad);
233233

234234
let expected_k = hex!(
235235
"01DAE2EA071F8110DC26882D4D5EAE0621A3256FC8847FB9022E2B7D28E6F10198B1574FDD03A9053C08A1854A168AA5A57470EC97DD5CE090124EF52A2F7ECBFFD3"

0 commit comments

Comments
 (0)