-rw-r--r-- 115 saferewrite-20240807/src/int32_store/libmceliece/store.c raw
#include "crypto_int32.h" void int32_store(unsigned char *s,crypto_int32 x) { return crypto_int32_store(s,x); }