-rw-r--r-- 141 saferewrite-20240807/src/uint32_smaller_mask/libmceliece/smaller_mask.c raw
#include "crypto_uint32.h" crypto_uint32 uint32_smaller_mask(crypto_uint32 x,crypto_uint32 y) { return crypto_uint32_smaller_mask(x,y); }