Combine the two generator scripts into one that also reads ALIGNMENT and RATE from C sources.
This commit is contained in:
@@ -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,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,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
@@ -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,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,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,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;
|
||||
|
||||
Reference in New Issue
Block a user