File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
examples/monolithic_build
mlkem/fips202/native/aarch64/src Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ __contract__(
3838 assigns (memory_slice (state , sizeof (uint64_t ) * 25 * 2 ))
3939);
4040
41- #define mlk_keccak_f1600_x2_v8a_v84a_asm_hybrid \
42- MLK_NAMESPACE(keccak_f1600_x2_v8a_v84a_asm_hybrid)
43- void mlk_keccak_f1600_x2_v8a_v84a_asm_hybrid (uint64_t * state ,
44- uint64_t const * rc );
45-
4641#define mlk_keccak_f1600_x4_scalar_v8a_asm_hybrid \
4742 MLK_NAMESPACE(keccak_f1600_x4_scalar_v8a_asm_hybrid)
4843void mlk_keccak_f1600_x4_scalar_v8a_asm_hybrid (uint64_t * state ,
Original file line number Diff line number Diff line change 376376#undef mlk_keccak_f1600_x1_scalar_asm
377377#undef mlk_keccak_f1600_x1_v84a_asm
378378#undef mlk_keccak_f1600_x2_v84a_asm
379- #undef mlk_keccak_f1600_x2_v8a_v84a_asm_hybrid
380379#undef mlk_keccak_f1600_x4_scalar_v84a_asm_hybrid
381380#undef mlk_keccak_f1600_x4_scalar_v8a_asm_hybrid
382381#undef mlk_keccak_f1600_x4_scalar_v8a_v84a_hybrid_asm
Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ __contract__(
3838 assigns (memory_slice (state , sizeof (uint64_t ) * 25 * 2 ))
3939);
4040
41- #define mlk_keccak_f1600_x2_v8a_v84a_asm_hybrid \
42- MLK_NAMESPACE(keccak_f1600_x2_v8a_v84a_asm_hybrid)
43- void mlk_keccak_f1600_x2_v8a_v84a_asm_hybrid (uint64_t * state ,
44- uint64_t const * rc );
45-
4641#define mlk_keccak_f1600_x4_scalar_v8a_asm_hybrid \
4742 MLK_NAMESPACE(keccak_f1600_x4_scalar_v8a_asm_hybrid)
4843void mlk_keccak_f1600_x4_scalar_v8a_asm_hybrid (uint64_t * state ,
You can’t perform that action at this time.
0 commit comments