#include "crypto_int64.h"

crypto_int64 int64_nonzero_mask(crypto_int64 x)
{
  return crypto_int64_nonzero_mask(x);
}