#include "crypto_uint64.h"

int uint64_ones_num(crypto_uint64 x)
{
  return crypto_uint64_ones_num(x);
}