-rw-r--r-- 119 saferewrite-20250228/src/uint64_bottomzeros_num/cryptoint/bottomzeros_num.c raw
#include "crypto_uint64.h" int uint64_bottomzeros_num(crypto_uint64 x) { return crypto_uint64_bottomzeros_num(x); }