#include "crypto_int32.h"

crypto_int32 int32_bitmod_mask(crypto_int32 x,crypto_int32 y)
{
  return crypto_int32_bitmod_mask(x,y);
}