-rw-r--r-- 119 saferewrite-20240807/src/uint32_bottomzeros_num/supercopnew/bottomzeros_num.c raw
#include "crypto_uint32.h" int uint32_bottomzeros_num(crypto_uint32 x) { return crypto_uint32_bottomzeros_num(x); }