#include "crypto_uint32.h"

crypto_uint32 uint32_bitmod_mask(crypto_uint32 x,crypto_uint32 y)
{
  return crypto_uint32_bitmod_mask(x,y);
}