Fix a bug in prchacha: compiler warned of unused variable.
authorChris Hanson <org/chris-hanson/cph>
Tue, 6 Nov 2018 05:51:23 +0000 (21:51 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 6 Nov 2018 05:51:23 +0000 (21:51 -0800)
commiteb348e924fc8215745eac07b7e99dfdab297fbe9
treea430c7d05ce555ed9ee23a8c8f8dcc4d29db4276
parent682178dbb3ad5dbd4e789fb7d6d6321d3ad154d8
Fix a bug in prchacha: compiler warned of unused variable.

Also there was an off-by-one thinko, and incorrect PRIMITIVE_HEADER arguments.
While I was at it I tweaked the formatting a little.
src/microcode/prchacha.c