You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`PQCgenKAT_sign_<param>`: App for generating NIST KAT.
95
-
-`example_<param>` (`opt`and `avx2`), `example_mayo` (`ref`): Example app using the MAYO API.
98
+
-`example_<param>` (`opt`, `avx2`and `neon`), `example_mayo` (`ref`): Example app using the MAYO API.
96
99
-`example_nistapi_<param>`: Example app using the NIST API.
97
100
98
101
## Test
@@ -121,8 +124,9 @@ KAT verification is done as part of the test harness (see previous section).
121
124
122
125
A benchmarking suite is built and runs with the following command, where `params` specifies the MAYO parameter set and `runs` the number of benchmark runs:
123
126
124
-
If `MAYO_BUILD_TYPE` is `opt`or `avx2`:
127
+
If `MAYO_BUILD_TYPE` is `opt`, `avx2`or `neon`:
125
128
-`test/mayo_bench_<param> <runs>`,
129
+
- On Apple M1 chips, this must be run with root permission.
126
130
127
131
If `MAYO_BUILD_TYPE` is `ref`:
128
132
-`test/mayo_bench <param> <runs>`,
@@ -156,9 +160,11 @@ Third party code is used in some test and common code files:
156
160
157
161
-`common/aes_c.c`; MIT: "Copyright (c) 2016 Thomas Pornin <[email protected]>"
158
162
-`common/aes128ctr.c`: MIT: "Copyright (c) 2016-2021 Open Quantum Safe project" and Public Domain
163
+
-`common/aes_neon.c`: MIT: "Copyright (c) 2024 ChristerKnorborg" and Public Domain
0 commit comments