willieyz
willieyz
- This PR add the instruction support support for Curve25519 armv7-M optimization tasks. - The added instruction support as follow: - `vldm_internal` - `vmov_gpr_dual`
This PR try to remove hint from architecture model to `dataflow.py`
- Resolves: #732 - Purpose: This porting aims to separate the native backend functions into two distinct sets: - Fallback C backend functions - Native backend functions This work is...
- Resolves: #688 - This PR aligns the config.h differences between mldsa-native and mlkem-native. - For example, In mlkem-native, MLK_CONFIG_FILE is the second entry, while in mldsa-native, MLD_CONFIG_FILE was moved...
- Related: #607 - Blocks: #470 - Reference from mlkem-native: https://github.com/pq-code-package/mlkem-native/pull/1195 We have completed PR #607. The next step is to separate the C backend functions. The following is the...
- During #665 , we found that the following Amazon Linux 2 containers failed ACVP tests due to missing sha512_224 support: - amazonlinux-2-aarch:base - amazonlinux-2-aarch:gcc-7x - amazonlinux-2-aarch:clang-7x Error is reported...
- During PR #686, we found several divergences between mldsa-native and mlkem-native in config.h. - For example, in mlkem-native, `MLK_CONFIG_FILE` is the second entry, but in mldsa-native, `MLD_CONFIG_FILE` has been...