go/src/vendor/golang.org/x/crypto/sha3/xor.go

// 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) {}