#include "crypto_uint8.h"

int uint8_bottomzeros_num(crypto_uint8 x)
{
  return crypto_uint8_bottomzeros_num(x);
}