#include "crypto_uint8.h"

int uint8_ones_num(crypto_uint8 x)
{
  return crypto_uint8_ones_num(x);
}