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