X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fsymcipher%2Faes_ct64_ctr.c;h=1275873db5301a4208fb6230c42ed2c189c570cc;hp=6d5a566b84980f0e3dd33297d6978b0b3f3acadc;hb=b42bd5972f935ffc32019acac6f8a07ae08ae9c2;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb diff --git a/src/symcipher/aes_ct64_ctr.c b/src/symcipher/aes_ct64_ctr.c index 6d5a566..1275873 100644 --- a/src/symcipher/aes_ct64_ctr.c +++ b/src/symcipher/aes_ct64_ctr.c @@ -53,7 +53,7 @@ br_aes_ct64_ctr_run(const br_aes_ct64_ctr_keys *ctx, { unsigned char *buf; uint32_t ivw[16]; - uint64_t sk_exp[240]; + uint64_t sk_exp[120]; br_aes_ct64_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); br_range_dec32le(ivw, 3, iv);