We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BIT_PAIRS_DIFF
1 parent 21a0bda commit 4880f67Copy full SHA for 4880f67
1 file changed
lib/src/modules/elf/tlsh/helper.rs
@@ -75,7 +75,7 @@ const fn compute_bit_pairs_diff() -> [[usize; 256]; 256] {
75
a
76
}
77
78
-const BIT_PAIRS_DIFF: [[usize; 256]; 256] = compute_bit_pairs_diff();
+static BIT_PAIRS_DIFF: [[usize; 256]; 256] = compute_bit_pairs_diff();
79
80
pub(crate) fn pearson_hash(salt: u8, ii: u8, jj: u8, kk: u8) -> u8 {
81
let mut h = 0;
0 commit comments