Commits


ypt authored and GitHub committed 322ba39e688
AVRO-2907: Fix Ruby single object encoding fingerprint and header (#937) The bit masking + shifting operation should already result in grabbing the least significant bytes first for the little endian CRC-64 fingerprint in the header - so traversing the array in reverse order is unnecessary.