-rw-r--r-- 141 saferewrite-20240622/src/uint64_smaller_mask/libmceliece/smaller_mask.c raw
#include "crypto_uint64.h" crypto_uint64 uint64_smaller_mask(crypto_uint64 x,crypto_uint64 y) { return crypto_uint64_smaller_mask(x,y); }