dummy commit
authorIkiWiki <ikiwiki.info>
Wed, 16 Mar 2022 06:16:32 +0000 (06:16 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 16 Mar 2022 06:16:32 +0000 (06:16 +0000)
openpower/sv/bitmanip/gfbinv.py

index 685a6d13c29b671afdff6b20b3e4067c456aa97e..57aa5a86e9175a69938db55300c4f1ae5e098224 100644 (file)
@@ -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