chacha20_encrypt
void chacha20_encrypt(uint8_t key[32], uint8_t nonce[12], uint32_t counter, uint8_t *in, uint8_t *out, uint64_t len);