@@ -96,7 +96,7 @@ static MLD_INLINE void mld_poly_permute_bitrev_to_custom(int32_t p[MLDSA_N]);
9696 *
9797 * Arguments: - uint32_t p[MLDSA_N]: pointer to in/output polynomial
9898 **************************************************/
99- static MLD_INLINE void mld_intt_native (int16_t p [MLDSA_N ]);
99+ static MLD_INLINE void mld_intt_native (int32_t p [MLDSA_N ]);
100100#endif /* MLD_USE_NATIVE_INTT */
101101
102102#if defined(MLD_USE_NATIVE_REJ_UNIFORM )
@@ -332,8 +332,8 @@ static MLD_INLINE void mld_poly_pointwise_montgomery_native(
332332 * - const int32_t v[MLDSA_L][MLDSA_N]: second input vector
333333 **************************************************/
334334static MLD_INLINE void mld_polyvecl_pointwise_acc_montgomery_l4_native (
335- int32_t w [MLDSA_N ], const int32_t u [MLDSA_L ][MLDSA_N ],
336- const int32_t v [MLDSA_L ][MLDSA_N ]);
335+ int32_t w [MLDSA_N ], const int32_t u [4 ][MLDSA_N ],
336+ const int32_t v [4 ][MLDSA_N ]);
337337#endif /* MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L4 */
338338
339339#if defined(MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L5 )
@@ -352,8 +352,8 @@ static MLD_INLINE void mld_polyvecl_pointwise_acc_montgomery_l4_native(
352352 * - const int32_t v[MLDSA_L][MLDSA_N]: second input vector
353353 **************************************************/
354354static MLD_INLINE void mld_polyvecl_pointwise_acc_montgomery_l5_native (
355- int32_t w [MLDSA_N ], const int32_t u [MLDSA_L ][MLDSA_N ],
356- const int32_t v [MLDSA_L ][MLDSA_N ]);
355+ int32_t w [MLDSA_N ], const int32_t u [5 ][MLDSA_N ],
356+ const int32_t v [5 ][MLDSA_N ]);
357357#endif /* MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L5 */
358358
359359#if defined(MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L7 )
@@ -372,8 +372,8 @@ static MLD_INLINE void mld_polyvecl_pointwise_acc_montgomery_l5_native(
372372 * - const int32_t v[MLDSA_L][MLDSA_N]: second input vector
373373 **************************************************/
374374static MLD_INLINE void mld_polyvecl_pointwise_acc_montgomery_l7_native (
375- int32_t w [MLDSA_N ], const int32_t u [MLDSA_L ][MLDSA_N ],
376- const int32_t v [MLDSA_L ][MLDSA_N ]);
375+ int32_t w [MLDSA_N ], const int32_t u [7 ][MLDSA_N ],
376+ const int32_t v [7 ][MLDSA_N ]);
377377#endif /* MLD_USE_NATIVE_POLYVECL_POINTWISE_ACC_MONTGOMERY_L7 */
378378
379379#endif /* !MLD_NATIVE_API_H */
0 commit comments