cli
This commit is contained in:
@@ -157,11 +157,3 @@ def F32(X, Y):
|
||||
x3*x4*y4 + x3*x4 + x3*y3 + x3*y4 + x4*y3*y4 + x4*y3 + x4 + y3*y4 + y3 + y4,
|
||||
x4*x5*y5 + x4*y4*y5 + x4*y4 + x5*y4*y5 + x5 + y4 + y5 + 1,
|
||||
]
|
||||
|
||||
|
||||
step = 5
|
||||
t = Tea3Model(step)
|
||||
for i in range(step):
|
||||
print("step "+str(i))
|
||||
t.step()
|
||||
print(pretty_print(t.R_bits[0][0]))
|
||||
|
||||
Reference in New Issue
Block a user