-rw-r--r-- 129 saferewrite-20240515/src/uint32_shlmod/libmceliece/shlmod.c raw
#include "crypto_uint32.h" crypto_uint32 uint32_shlmod(crypto_uint32 x,crypto_uint32 y) { return crypto_uint32_shlmod(x,y); }