#include "crypto_int32.h"

int int32_ones_num(crypto_int32 x)
{
  return crypto_int32_ones_num(x);
}