#include "crypto_int64.h" crypto_int64 int64_bitmod_mask(crypto_int64 x,crypto_int64 y) { return crypto_int64_bitmod_mask(x,y); }