Add poly1305 stage

This commit is contained in:
Byron Lathi
2025-11-01 20:53:02 -07:00
parent 2102cb41f4
commit d5035c6c81
8 changed files with 356 additions and 5 deletions

View File

@@ -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))