xchacha_stream_xor
xchacha_stream_xor(A->kk, A->kk, 32 + 16 + 16 + 1072, 0, nonce, A->ks,
xchacha_stream_xor(cL, pL, Llen, 0, nonce, A->ks, 12);
xchacha_stream_xor(pL, cL, Llen, 0, nonce, A->ks, 12);
void xchacha_stream_xor(uint8_t *, const uint8_t *, size_t,