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
@@ -10,7 +10,7 @@ Covers:
import time
from aegis import aegis256x4 as a
from pyaegis import aegis256x4 as a
def hx(b, limit: int | None = None) -> str: