#include "crypto_int16.h"

crypto_int16 int16_bitmod_mask(crypto_int16 x,crypto_int16 y)
{
  return crypto_int16_bitmod_mask(x,y);
}