Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 396 Bytes

RESULTS.md

File metadata and controls

12 lines (6 loc) · 396 Bytes

Results so far

CRC 32 leads to similar in case of single bit or byte flip much of the time

CRC 64 leads to similar in same very rarely

and even more rare for larger digests

I think I have invented a hash (or check) with the property that different outputs will be obtained for single bit changes, but they will be similar (likely within some bound of hamming distance).

this is useful.