#include "crypto_int64.h"

int int64_bottomzeros_num(crypto_int64 x)
{
  return crypto_int64_bottomzeros_num(x);
}