-rw-r--r-- 115 saferewrite-20240622/src/uint8_store/libmceliece/store.c raw
#include "crypto_uint8.h" void uint8_store(unsigned char *s,crypto_uint8 x) { return crypto_uint8_store(s,x); }