This commit is contained in:
parent
5bb50a325f
commit
bb94958118
@ -22,7 +22,7 @@ if __name__ == "__main__":
|
||||
# try to test maji
|
||||
for a in range(256):
|
||||
for b in range(256):
|
||||
testOut = c_uint16(maji(a, b))
|
||||
testOut = c_uint16(maji(a, b)).value
|
||||
expectedBus = c_uint16(c_uint8(a).value * c_uint8(b).value).value
|
||||
|
||||
if (expectedBus != testOut):
|
||||
|
Loading…
x
Reference in New Issue
Block a user