1 #ifndef MATMUL_SUB_LARGE_FBI_H_
2 #define MATMUL_SUB_LARGE_FBI_H_
3 
4 #include "mpfq_layer.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 extern void matmul_sub_large_fbi(abdst_field x, abelt ** sb, const abelt * z, const uint8_t * q, unsigned int n);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif	/* MATMUL_SUB_LARGE_FBI_H_ */
17