Open Dr-Emann opened 2 years ago
In the case the iterator provided to reset_and_prefill_window was shorter than window_size - 1, the window would not be fully reset, and future slides will shift out previous data, and return incorrect hashes.
reset_and_prefill_window
window_size - 1
slide
In the case the iterator provided to
reset_and_prefill_window
was shorter thanwindow_size - 1
, the window would not be fully reset, and futureslide
s will shift out previous data, and return incorrect hashes.