2026-09-14 Andrew V. Kosteltsev * src/mpu-integer.c (ibits_len): New function. Return the number of significant bits in an unsigned integer. (imod): New function. Add unsigned modular reduction. (imul_mod): New function. Add unsigned modular multiplication. (ipow_mod): New function. Add unsigned modular exponentiation. (igcd): New function. Add greatest common divisor calculation. (ilcm): New function. Add least common multiple calculation. (ipowm1_mod): New function. Add modular multiplicative inverse calculation. * include/mpu-integer.h (ibits_len, imod, imul_mod, ipow_mod, igcd, ilcm, ipowm1_mod): Add declarations for the new bit-length and modular arithmetic functions. 2022-10-08 gettextize * Makefile.am (SUBDIRS): Add po. (EXTRA_DIST): Add m4/ChangeLog. * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.