-rw-r--r-- 111 saferewrite-20240622/src/int8_store/libmceliece/store.c raw
#include "crypto_int8.h" void int8_store(unsigned char *s,crypto_int8 x) { return crypto_int8_store(s,x); }