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