if (source - 1 >= 0) {
                        dst |= bytes[source - 1] << (Byte.SIZE - mod) & (carry & 0xFF);
                    }