-rw-r--r-- 125 saferewrite-20240622/src/uint64_bottombit_mask/supercopnew/bottombit_mask.c raw
#include "crypto_uint64.h" crypto_uint64 uint64_bottombit_mask(crypto_uint64 x) { return crypto_uint64_bottombit_mask(x); }