Browse Source

increased built-in cc20's speed

pull/400/head
Logan007 4 years ago
parent
commit
5bdccb17fd
  1. 1
      src/cc20.c

1
src/cc20.c

@ -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;

Loading…
Cancel
Save