gft_mul_vi.h
// Implemented by Ming-Shing Chen, Tung Chou and Markus Krausz.
// public domain
#ifndef _GFT_MUL_VI_H_
#define _GFT_MUL_VI_H_
#include "encode.h"
void gft_mul_v17( sto_t * out , const sto_t * in );
void gft_mul_v18( sto_t * out , const sto_t * in );
void gft_mul_v19( sto_t * out , const sto_t * in );
void gft_mul_v20( sto_t * out , const sto_t * in );
void gft_mul_v21( sto_t * out , const sto_t * in );
void gft_mul_v22( sto_t * out , const sto_t * in );
void gft_mul_v23( sto_t * out , const sto_t * in );
void gft_mul_v24( sto_t * out , const sto_t * in );
void gft_mul_v25( sto_t * out , const sto_t * in );
void gft_mul_v26( sto_t * out , const sto_t * in );
void gft_mul_v27( sto_t * out , const sto_t * in );
#endif // _GFT_MUL_VI_H_