Combine the two generator scripts into one that also reads ALIGNMENT and RATE from C sources.

This commit is contained in:
Leo Vasanko
2025-11-08 13:20:15 -06:00
parent d4f8be69ed
commit 751a929836
11 changed files with 266 additions and 314 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"""AEGIS-128L"""
# All modules are generated from aegis128l.py by tools/gen_modules.py!
# All modules are generated from aegis256x4.py by tools/generate.py!
# DO NOT EDIT OTHER ALGORITHM FILES MANUALLY!
import errno
+1 -1
View File
@@ -1,5 +1,5 @@
"""AEGIS-128X2"""
# All modules are generated from aegis128x2.py by tools/gen_modules.py!
# All modules are generated from aegis256x4.py by tools/generate.py!
# DO NOT EDIT OTHER ALGORITHM FILES MANUALLY!
import errno
+1 -1
View File
@@ -1,5 +1,5 @@
"""AEGIS-128X4"""
# All modules are generated from aegis128x4.py by tools/gen_modules.py!
# All modules are generated from aegis256x4.py by tools/generate.py!
# DO NOT EDIT OTHER ALGORITHM FILES MANUALLY!
import errno
+1 -1
View File
@@ -1,5 +1,5 @@
"""AEGIS-256"""
# All modules are generated from aegis256.py by tools/gen_modules.py!
# All modules are generated from aegis256x4.py by tools/generate.py!
# DO NOT EDIT OTHER ALGORITHM FILES MANUALLY!
import errno
+1 -1
View File
@@ -1,5 +1,5 @@
"""AEGIS-256X2"""
# All modules are generated from aegis256x2.py by tools/gen_modules.py!
# All modules are generated from aegis256x4.py by tools/generate.py!
# DO NOT EDIT OTHER ALGORITHM FILES MANUALLY!
import errno
+1 -1
View File
@@ -1,5 +1,5 @@
"""AEGIS-256X4"""
# All modules are generated from aegis256x4.py by tools/gen_modules.py!
# All modules are generated from aegis256x4.py by tools/generate.py!
# DO NOT EDIT OTHER ALGORITHM FILES MANUALLY!
import errno
+1 -1
View File
@@ -1,4 +1,4 @@
/* This file is generated with tools/gen_cdef.py. Do not edit. */
/* This file is generated with tools/generate.py. Do not edit. */
typedef unsigned char uint8_t;
typedef unsigned long size_t;