-rw-r--r-- 135 saferewrite-20240807/src/int32_smaller_mask/libmceliece/smaller_mask.c raw
#include "crypto_int32.h" crypto_int32 int32_smaller_mask(crypto_int32 x,crypto_int32 y) { return crypto_int32_smaller_mask(x,y); }