Chacha20 specifications #672
-
In the pycryptodome/src/chacha20.c file : In the static int chacha20_core(stream_state *state, uint32_t h[16]) function : Why does it only makes 10 round ? Shouldn't it be 20 ? In the D. J. Bernstein website it is specified : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I didn't see the -2 decrement |
Beta Was this translation helpful? Give feedback.
I didn't see the -2 decrement