From: IkiWiki Date: Wed, 16 Mar 2022 06:16:32 +0000 (+0000) Subject: dummy commit X-Git-Tag: opf_rfc_ls005_v1~3043 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b685ba4a3e0035d351ba5b1c9313fbf64ae2976;p=libreriscv.git dummy commit --- diff --git a/openpower/sv/bitmanip/gfbinv.py b/openpower/sv/bitmanip/gfbinv.py index 685a6d13c..57aa5a86e 100644 --- a/openpower/sv/bitmanip/gfbinv.py +++ b/openpower/sv/bitmanip/gfbinv.py @@ -35,6 +35,6 @@ def gfbinv(a): delta -= 1 if a == 0: # we specifically choose 0 as the result of inverting 0, rather than an - # error or undefined, since that's what AES needs. + # error or undefined, since that's what Rijndael needs. return 0 return u