-rw-r--r-- 129 saferewrite-20240807/src/uint64_shlmod/libmceliece/shlmod.c raw
#include "crypto_uint64.h" crypto_uint64 uint64_shlmod(crypto_uint64 x,crypto_uint64 y) { return crypto_uint64_shlmod(x,y); }