Add poly1305 stage
This commit is contained in:
@@ -78,7 +78,7 @@ async def test_sanity(dut):
|
||||
|
||||
await tb.cycle_reset()
|
||||
|
||||
count = 1024
|
||||
count = 1
|
||||
|
||||
for _ in range(count):
|
||||
await tb.write_input(random.randint(1,2**128-1), random.randint(0, 2**130-6))
|
||||
|
||||
Reference in New Issue
Block a user