increased built-in cc20's speed

This commit is contained in:
Logan007 2020-09-02 02:24:24 +05:45
parent f1f8ca6092
commit 5bdccb17fd

View File

@ -111,7 +111,6 @@ static void chacha20_init_block(cc20_context_t *ctx, const uint8_t nonce[]) {
static void chacha20_block_next(cc20_context_t *ctx) {
size_t i;
uint32_t *counter = ctx->state + 12;
uint32_t c;