From 5b685ba4a3e0035d351ba5b1c9313fbf64ae2976 Mon Sep 17 00:00:00 2001 From: IkiWiki Date: Wed, 16 Mar 2022 06:16:32 +0000 Subject: [PATCH] dummy commit --- openpower/sv/bitmanip/gfbinv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2