Do a ChaCha permutation on the input by applying n times the inner round function. This is actually the block function without adding the input to the permutation.
See Implementation
Do a ChaCha permutation on the input by applying n times the inner round function. This is actually the block function without adding the input to the permutation.