-rw-r--r-- 121 saferewrite-20240807/src/uint32_topbit_mask/supercopnew/topbit_mask.c raw
#include "crypto_uint32.h" crypto_uint32 uint32_topbit_mask(crypto_uint32 x) { return crypto_uint32_topbit_mask(x); }