-rw-r--r-- 119 saferewrite-20240515/src/uint16_store/libmceliece/store.c raw
#include "crypto_uint16.h" void uint16_store(unsigned char *s,crypto_uint16 x) { return crypto_uint16_store(s,x); }