-rw-r--r-- 119 saferewrite-20240807/src/uint32_store/libmceliece/store.c raw
#include "crypto_uint32.h" void uint32_store(unsigned char *s,crypto_uint32 x) { return crypto_uint32_store(s,x); }