X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fsymcipher%2Faes_ct64_cbcdec.c;h=5a7360bc3c088e3c67a3274b79549606515e78d4;hp=814dce7cbc0f09864e724a06721de44be9f33de3;hb=93185df1e78b2d0a06e155cdf255391cff53cfed;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb diff --git a/src/symcipher/aes_ct64_cbcdec.c b/src/symcipher/aes_ct64_cbcdec.c index 814dce7..5a7360b 100644 --- a/src/symcipher/aes_ct64_cbcdec.c +++ b/src/symcipher/aes_ct64_cbcdec.c @@ -39,7 +39,7 @@ br_aes_ct64_cbcdec_run(const br_aes_ct64_cbcdec_keys *ctx, void *iv, void *data, size_t len) { unsigned char *buf; - uint64_t sk_exp[240]; + uint64_t sk_exp[120]; uint32_t ivw[4]; br_aes_ct64_skey_expand(sk_exp, ctx->num_rounds, ctx->skey);