mldsa-native
mldsa-native copied to clipboard
config.h: Align the divergence between mldsa-native and mlkem-native in config.h
- During PR #686, we found several divergences between mldsa-native and mlkem-native in config.h.
- For example, in mlkem-native,
MLK_CONFIG_FILEis the second entry, but in mldsa-native,MLD_CONFIG_FILEhas been moved to the fifth position, mixed with the native backend–related configuration macros. If we align these differences, it will make further porting or modifications much easier and help avoid issues like the missing macros fixed in PR #686.