Skip to content

Commit b3d15e2

Browse files
Update fuzz/fuzz_targets/fastpfor_u64.rs
1 parent 989b9a3 commit b3d15e2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

fuzz/fuzz_targets/fastpfor_u64.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
#![no_main]
22

3-
//! Differential fuzz of the 64-bit FastPFOR codec.
4-
//!
5-
//! For any `u64` input, the Rust and C++ codecs must produce identical compressed bytes.
6-
//! Every decoder must reproduce the original input.
7-
//! Each side must also decode the other's output.
8-
93
use fastpfor::cpp::{CppFastPFor128, CppFastPFor256};
104
use fastpfor::{BlockCodec64, FastPFor128, FastPFor256};
115
use libfuzzer_sys::fuzz_target;

0 commit comments

Comments
 (0)