From 77193f67e9ec98c3f25d896f9f5a80aa6477aa86 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 16 Mar 2022 06:15:45 +0000 Subject: [PATCH] --- gfbinv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfbinv.py b/gfbinv.py index 648fac6..685a6d1 100644 --- a/gfbinv.py +++ b/gfbinv.py @@ -5,7 +5,7 @@ from .cldivrem import degree def gfbinv(a): """compute the GF(2^m) inverse of `a`.""" # Derived from Algorithm 3, from [7] in: - # https://scholar.archive.org/work/ktlygagf6jhslhx42gpuwwzc44/access/wayback/http://acsel-lab.com/arithmetic/arith18/papers/ARITH18_Kobayashi.pdf + # https://ftp.libre-soc.org/ARITH18_Kobayashi.pdf s = decode_reducing_polynomial() m = degree(s) -- 2.30.2