X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fsymcipher%2Faes_ct64.c;h=15238116d70c3f4e5dc9215b897cf7635162a642;hp=981e63d9ae459eb283c3db357a6bc25a2200c4df;hb=93185df1e78b2d0a06e155cdf255391cff53cfed;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb 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;