We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4adc25 commit 85ff5edCopy full SHA for 85ff5ed
src/sage/crypto/sbox.pyx
@@ -252,7 +252,7 @@ cdef class SBox(SageObject):
252
raise NotImplemented
253
254
cdef SBox other = <SBox> rhs
255
- return (self._S_list == other._S_list) and (self._big_endian == self._big_endian)
+ return (self._S_list == other._S_list) and (self._big_endian == other._big_endian)
256
257
def __ne__(self, other):
258
"""
0 commit comments