summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix-linux.su>2026-09-14 17:31:33 +0300
committerkx <kx@radix-linux.su>2026-09-14 17:31:33 +0300
commit649257e0bd9b2c505707cb4281da001266e4fa9e (patch)
treec68ddd4779ef74ab5166c3b3dda3987ec155aee2
parent561a8bc388043bd49f3fa711cc0180cc790b3d9a (diff)
downloadlibmpu-1.0.23.tar.xz
Bump version to 1.0.231.0.23
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--libmpu.m48
-rw-r--r--po/libmpu.pot2
-rw-r--r--po/ru.po2
5 files changed, 22 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 6c0cedf..fa6a493 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
+libmpu-1.0.23
+=============
+
+ Update: Added unsigned integer functions useful for
+ RSA and other number-theoretic implementations:
+
+ bit length;
+ modular reduction;
+ modular multiplication;
+ modular exponentiation;
+ greatest common divisor (GCD);
+ least common multiple (LCM);
+ modular multiplicative inverse.
+
+
libmpu-1.0.22
=============
diff --git a/configure.ac b/configure.ac
index 856db25..9f357e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.71])
AC_LIBMPU_REQUIRE_BASH
-AC_INIT([MPU Library],[1.0.22],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su])
+AC_INIT([MPU Library],[1.0.23],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su])
AC_LIBMPU_HEADLINE([libmpu], [MPU Emulation Library], [LIBMPU_VERSION],dnl
[Copyright (c) 1999-2024 Andrey V.Kosteltsev])dnl
diff --git a/libmpu.m4 b/libmpu.m4
index 20e6dbf..d1515d4 100644
--- a/libmpu.m4
+++ b/libmpu.m4
@@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev
dnl ============================================================
dnl
dnl Synopsis:
-dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.22
+dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.23
dnl DEFAULT-WITH-LIBMPU [, # default value for --with-libmpu option
dnl ACTION-IF-FOUND [, # action to perform if libmpu was found
dnl ACTION-IF-NOT-FOUND # action to perform if libmpu was not found
dnl ]]]])
dnl Examples:
-dnl AC_CHECK_LIBMPU(1.0.22)
-dnl AC_CHECK_LIBMPU(1.0.22,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS")
-dnl AC_CHECK_LIBMPU(1.0.22,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU")
+dnl AC_CHECK_LIBMPU(1.0.23)
+dnl AC_CHECK_LIBMPU(1.0.23,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS")
+dnl AC_CHECK_LIBMPU(1.0.23,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU")
dnl
dnl
dnl If you have to change prefix returned by mpu-config script or change
diff --git a/po/libmpu.pot b/po/libmpu.pot
index 64b4bef..ea5c86d 100644
--- a/po/libmpu.pot
+++ b/po/libmpu.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libmpu 1.0.22\n"
+"Project-Id-Version: libmpu 1.0.23\n"
"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n"
"POT-Creation-Date: 2024-12-28 23:52+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/po/ru.po b/po/ru.po
index ef47af3..74582bc 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libmpu 1.0.22\n"
+"Project-Id-Version: libmpu 1.0.23\n"
"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n"
"POT-Creation-Date: 2024-12-28 23:52+0300\n"
"PO-Revision-Date: 2024-02-24 17:34+0300\n"