Rename module to pyaegis, implement build with zig.

This commit is contained in:
2025-11-06 21:34:15 +00:00
parent d51736f5ba
commit 0ae8752666
16 changed files with 354 additions and 494 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Output format and throughput units mirror the Zig benchmark (Mb/s).
import os
import time
from aegis import aegis128l, aegis128x2, aegis128x4, aegis256, aegis256x2, aegis256x4
from pyaegis import aegis128l, aegis128x2, aegis128x4, aegis256, aegis256x2, aegis256x4
MSG_LEN = 16384000 # 16 MiB
ITERATIONS = 100