I am trying to copy the bytes of state to charstate using memcpy
uint32_t state[3] = {0x00000300, 0x00001100, 0x00022200}; unsigned char charstate[1420]; memc