-rw-r--r-- 115 saferewrite-20240515/src/int64_store/libmceliece/store.c raw
#include "crypto_int64.h" void int64_store(unsigned char *s,crypto_int64 x) { return crypto_int64_store(s,x); }