From f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 4 Oct 2020 01:06:16 +0000 Subject: doc: fix URLs --- doc/libbiguint/index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc/libbiguint') diff --git a/doc/libbiguint/index.html b/doc/libbiguint/index.html index 101b7b7..f0378dd 100644 --- a/doc/libbiguint/index.html +++ b/doc/libbiguint/index.html @@ -24,7 +24,7 @@ operations on (unsigned) integers of arbitrary length. It is nowhere near as powerful or efficient as specialized, assembly language-optimized libraries such as -GMP, but it has the advantages +GMP, but it has the advantages of smallness and simplicity.

@@ -381,10 +381,7 @@ The functions return 1 if all went well. bu_invmod() computes the inverse of c modulo m and stores it into c.
The divisor and m must be relatively prime, else -those functions return 0 EDOM.
- The algorithm for modular division and inversion is due to -Sheueling -Chang Shantz. +those functions return 0 EDOM.

-- cgit v1.2.3