1 2 3 4 5 6 7 8 9 10
let i = 0 let state[16][1] # test #loop 16 { #state[add(0, i)][0] = i #i = i + 1 #} chacha(state, 0, 0, state)