X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fint%2Fi31_montmul.c;h=80668086ff813e5a88ecf38aefab61c14bb95743;hp=b953aa3f42d514da680b825b826cb432785e8b74;hb=c6ffcd29381f555783a75d957c28c0ff861cd33a;hpb=28e4e120b84dacdf53963639f1a8a6fec2793662;ds=sidebyside diff --git a/src/int/i31_montmul.c b/src/int/i31_montmul.c index b953aa3..8066808 100644 --- a/src/int/i31_montmul.c +++ b/src/int/i31_montmul.c @@ -34,7 +34,7 @@ br_i31_montymul(uint32_t *d, const uint32_t *x, const uint32_t *y, len = (m[0] + 31) >> 5; len4 = len & ~(size_t)3; - br_i32_zero(d, m[0]); + br_i31_zero(d, m[0]); dh = 0; for (u = 0; u < len; u ++) { uint32_t f, xu;