From: IkiWiki Date: Wed, 16 Mar 2022 06:16:32 +0000 (+0000) Subject: dummy commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e2f161b1af7333967ad2afbee8eb9dfe2ff7e9e;p=nmutil.git dummy commit --- diff --git a/gfbinv.py b/gfbinv.py index 685a6d1..57aa5a8 100644 --- a/gfbinv.py +++ b/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