[Gmp-commit] /var/hg/gmp: Mention mpz_limbs_read in NEWS.
mercurial at gmplib.org
mercurial at gmplib.org
Tue Jun 11 07:56:04 CEST 2013
details: /var/hg/gmp/rev/2ebaf6611476
changeset: 15834:2ebaf6611476
user: Niels M?ller <nisse at lysator.liu.se>
date: Tue Jun 11 07:55:59 2013 +0200
description:
Mention mpz_limbs_read in NEWS.
diffstat:
NEWS | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 041cf4ad3683 -r 2ebaf6611476 NEWS
--- a/NEWS Mon Jun 10 20:05:05 2013 +0200
+++ b/NEWS Tue Jun 11 07:55:59 2013 +0200
@@ -25,7 +25,11 @@
* New functions mpn_cnd_add_n and mpn_cnd_sub_n. Side-channel silent
conditional addition and subtraction.
-
+
+ * Better support for applications which use the mpz_t type, but
+ nevertheless need to call some of the lower-level mpn functions.
+ See the documentation for mpz_limbs_read and related functions.
+
MISC
More information about the gmp-commit
mailing list