#include "crypto_uint64.h"

int uint64_bottomzeros_num(crypto_uint64 x)
{
  return crypto_uint64_bottomzeros_num(x);
}