Closed kriskowal closed 9 months ago
When splitting a hash into a single byte prefix and suffix, I accidentally trimmed four bits from the head of the suffix. Nothing broke because the mistake was consistent over a consistent hash but it is technically incorrect.
When splitting a hash into a single byte prefix and suffix, I accidentally trimmed four bits from the head of the suffix. Nothing broke because the mistake was consistent over a consistent hash but it is technically incorrect.