projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77193f6
)
dummy commit
author
IkiWiki
<ikiwiki.info>
Wed, 16 Mar 2022 06:16:32 +0000
(06:16 +0000)
committer
IkiWiki
<ikiwiki.info>
Wed, 16 Mar 2022 06:16:32 +0000
(06:16 +0000)
gfbinv.py
patch
|
blob
|
history
diff --git
a/gfbinv.py
b/gfbinv.py
index 685a6d13c29b671afdff6b20b3e4067c456aa97e..57aa5a86e9175a69938db55300c4f1ae5e098224 100644
(file)
--- 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