We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc66634 commit 6215eb8Copy full SHA for 6215eb8
fuzz/fuzz_targets/hashing.rs
@@ -23,6 +23,7 @@ fuzz_target!(|data: &[u8]| {
23
24
// SHA512
25
let check512 = hash_check_file(
26
+ "",
27
&mut test_data_cursor,
28
HashSums {
29
sum_content: hash512,
@@ -31,6 +32,7 @@ fuzz_target!(|data: &[u8]| {
31
32
);
33
// SHA256
34
let check256 = hash_check_file(
35
36
&mut test_data_cursor2,
37
38
sum_content: hash256,
0 commit comments