From: lkcl Date: Wed, 16 Mar 2022 06:15:45 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77193f67e9ec98c3f25d896f9f5a80aa6477aa86;p=nmutil.git --- 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)