regenerate fp_sqr_comba_small_set.c

This commit is contained in:
Steffen Jaeckel 2014-06-12 11:00:30 +02:00
parent 6673bd99ce
commit 7993b1b66c

View File

@ -1512,6 +1512,7 @@ void fp_sqr_comba_small(fp_int *A, fp_int *B)
memcpy(B->dp, b, 32 * sizeof(fp_digit));
fp_clamp(B);
break;
}
}