@@ -768,7 +768,6 @@ void call_edwards25519_scalarmuldouble_alt(void) repeatfewer(10,edwards25519_sca
768768void call_mlkem_basemul_k2 (void ) repeat (mlkem_basemul_k2 ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ,(int16_t * )b3 ))
769769void call_mlkem_basemul_k3 (void ) repeat (mlkem_basemul_k3 ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ,(int16_t * )b3 ))
770770void call_mlkem_basemul_k4 (void ) repeat (mlkem_basemul_k4 ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ,(int16_t * )b3 ))
771- void call_mlkem_ntt (void ) repeat (mlkem_ntt ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ))
772771void call_mlkem_reduce (void ) repeat (mlkem_reduce ((int16_t * )b0 ))
773772
774773void call_p256_montjadd (void ) repeat (p256_montjadd (b1 ,b2 ,b3 ))
@@ -831,6 +830,8 @@ void call_sm2_montjscalarmul_alt(void) repeatfewer(10,sm2_montjscalarmul_alt(b1,
831830void call_mldsa_ntt (void ) repeat (mldsa_ntt ((int32_t * )b0 ,(const int32_t * )b1 ))
832831void call_mldsa_poly_reduce (void ) repeat (mldsa_poly_reduce ((int32_t * )b0 ))
833832
833+ void call_mlkem_ntt (void ) repeat (mlkem_ntt ((int16_t * )b0 ,(int16_t * )b1 ))
834+
834835void call_bignum_copy_row_from_table_8n__32_16 (void ) {}
835836void call_bignum_copy_row_from_table_8n__32_32 (void ) {}
836837void call_bignum_copy_row_from_table_16__32 (void ) {}
@@ -1131,6 +1132,7 @@ void call_bignum_emontredc_8n_cdiff__32(void) repeat(bignum_emontredc_8n_cdiff(3
11311132
11321133void call_mlkem_intt (void ) repeat (mlkem_intt ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ))
11331134void call_mlkem_mulcache_compute (void ) repeat (mlkem_mulcache_compute ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ,(int16_t * )b3 ))
1135+ void call_mlkem_ntt (void ) repeat (mlkem_ntt ((int16_t * )b0 ,(int16_t * )b1 ,(int16_t * )b2 ))
11341136void call_mlkem_tobytes (void ) repeat (mlkem_tobytes ((uint8_t * )b0 ,(int16_t * )b1 ))
11351137void call_mlkem_tomont (void ) repeat (mlkem_tomont ((int16_t * )b0 ))
11361138void call_mlkem_rej_uniform (void ) repeat (mlkem_rej_uniform_VARIABLE_TIME ((int16_t * )b0 ,(uint8_t * )b1 ,1200 ,mlkem_rej_uniform_table ))
0 commit comments