// xorIn xors the bytes in buf into the state. func xorIn(d *state, buf []byte) { … } // copyOut copies uint64s to a byte buffer. func copyOut(d *state, b []byte) { … }
// xorIn xors the bytes in buf into the state. func xorIn(d *state, buf []byte) { … } // copyOut copies uint64s to a byte buffer. func copyOut(d *state, b []byte) { … }