X-Git-Url: https://bearssl.org/gitweb//home/git/?a=blobdiff_plain;f=src%2Fsymcipher%2Faes_ct64.c;h=15238116d70c3f4e5dc9215b897cf7635162a642;hb=81437e11754521d1120ce4aced784f3f35c3f21f;hp=981e63d9ae459eb283c3db357a6bc25a2200c4df;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb;p=BearSSL diff --git a/src/symcipher/aes_ct64.c b/src/symcipher/aes_ct64.c index 981e63d..1523811 100644 --- a/src/symcipher/aes_ct64.c +++ b/src/symcipher/aes_ct64.c @@ -378,7 +378,7 @@ br_aes_ct64_skey_expand(uint64_t *skey, { unsigned u, v, n; - n = (num_rounds + 1) << 2; + n = (num_rounds + 1) << 1; for (u = 0, v = 0; u < n; u ++, v += 4) { uint64_t x0, x1, x2, x3;